Jan Breuer
2015-08-06 f2ccc82183c201fa7b2f427a5e81eccba656774b
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