Jan Breuer
2015-04-22 cb9a2ff1daf017a3aee23c70c5210608e19df681
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