Jan Breuer
2015-04-22 a2e83e5ff635f040cffe4c12cfdaa60fa320c3de
Makefile
@@ -1,3 +1,4 @@
.PHONY: clean all test
all:
   $(MAKE) -C libscpi
@@ -6,3 +7,6 @@
clean:
   $(MAKE) clean -C libscpi
   $(MAKE) clean -C examples
test:
   $(MAKE) test -C libscpi