Jan Breuer
2015-09-14 adbb3ff6babb79e7c9dcbd9ce55108ab13c1c676
Makefile
@@ -1,3 +1,5 @@
.PHONY: clean all test
all:
   $(MAKE) -C libscpi
   $(MAKE) -C examples
@@ -5,3 +7,6 @@
clean:
   $(MAKE) clean -C libscpi
   $(MAKE) clean -C examples
test:
   $(MAKE) test -C libscpi