Jan Breuer
2015-10-04 4133f2d8ba0d49c6d9a6a93650a81743aef81fa4
Makefile
@@ -1,4 +1,4 @@
.PHONY: clean all test
.PHONY: clean all test install
all:
   $(MAKE) -C libscpi
@@ -9,4 +9,7 @@
   $(MAKE) clean -C examples
test:
   $(MAKE) test -C libscpi
   $(MAKE) test -C libscpi
install:
   $(MAKE) install -C libscpi