.PHONY: all PROGS = cpmfg cpread cpio cptwiddle # LDFLAGS += -lusb all: $(PROGS) $(PROGS): %: %.o clean: @rm -rf $(PROGS) $(PROGS:%=%.o)