Jan Breuer
2015-09-06 cd4e8977b23a0ac7950e773e09b316dfc75d25b5
Makefile
@@ -1,3 +1,5 @@
.PHONY: clean all test
all:
   $(MAKE) -C libscpi
   $(MAKE) -C examples
@@ -6,5 +8,5 @@
   $(MAKE) clean -C libscpi
   $(MAKE) clean -C examples
build-tests:
test:
   $(MAKE) test -C libscpi