Jan Breuer
2016-04-24 96f23737e877fa29efa1f1d9b03131fbc4ee1667
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