CC ?= gcc CFLAGS ?= -Os CFLAGS += -Wall TARGETS := usb-print-caps all: $(TARGETS) clean: rm -f $(TARGETS) rm -f *~