Jan Breuer
2015-04-19 6e73d8531ba409e513c2d491d473a7b593614733
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