]> oss.titaniummirror.com Git - cp210x.git/blobdiff - src/examples/Makefile
More generic unicode support, no redefinitions of USB headers, no USBSTRLEN.
[cp210x.git] / src / examples / Makefile
index 85f219046a668d6e8a597a91b257a1444949cb2c..e0d3687bc1117460c663ed63100e5c81bb65d342 100644 (file)
@@ -1,6 +1,7 @@
 .PHONY: all
 
-PROGS = cpmfg 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)