]> oss.titaniummirror.com Git - cp210x.git/blobdiff - src/examples/Makefile
All example programs updated to fit new cp210x.h.
[cp210x.git] / src / examples / Makefile
index 0689cd7d6b9011d66fa541d0c1915a23cf27493c..e0d3687bc1117460c663ed63100e5c81bb65d342 100644 (file)
@@ -1,6 +1,7 @@
 .PHONY: all
 
 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)