X-Git-Url: https://oss.titaniummirror.com/gitweb?a=blobdiff_plain;f=src%2Fexamples%2FMakefile;h=e0d3687bc1117460c663ed63100e5c81bb65d342;hb=b533686218da2e0b6cb59151c130a39dc08a1f64;hp=e42f8236696a2e69b5e6ef3cb1e2977abe37c25c;hpb=e4240bf6962b7482e30976c138abb84f2eab4d85;p=cp210x.git diff --git a/src/examples/Makefile b/src/examples/Makefile index e42f823..e0d3687 100644 --- a/src/examples/Makefile +++ b/src/examples/Makefile @@ -1,6 +1,7 @@ .PHONY: all -PROGS = cpmfg cpread cpio cptwiddle +PROGS = cpmfg cpread cpio cptwiddle cpfactory +CFLAGS += -I../ # LDFLAGS += -lusb all: $(PROGS) @@ -8,4 +9,4 @@ all: $(PROGS) $(PROGS): %: %.o clean: - @rm -rf $(PROGS) $(PROGS:%=%.o) + rm -rf $(PROGS) $(PROGS:%=%.o)