Jan Breuer
2015-08-31 00d91a58b06f052d179fc0594b00bf9860d42699
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