Justin Fichtner
2017-11-30 e73964b0ad7f080d398251157bd46255b0032783
examples/Makefile
@@ -1,10 +1,14 @@
.PHONY: clean all cli tcp
all:
all: cli tcp
cli:
   $(MAKE) -C test-interactive
   $(MAKE) -C test-parser
tcp:
   $(MAKE) -C test-tcp
   $(MAKE) -C test-tcp-srq
clean:
   $(MAKE) clean -C test-interactive