Jan Breuer
2015-09-15 c1e514e03ab7de4399ca12c9ae988b0707a99f8b
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