Jan Breuer
2016-02-14 a79e3f82d6c19f9991327444ea156380801bffda
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