Jan Breuer
2015-09-10 09a85995bb4440d2060d478eab89b7e714386ef9
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