Jan Breuer
2015-10-13 ee12be8250ef185d24281f35fbd8541de240ece1
Makefile
@@ -1,3 +1,5 @@
.PHONY: clean all test install
all:
   $(MAKE) -C libscpi
   $(MAKE) -C examples
@@ -5,3 +7,9 @@
clean:
   $(MAKE) clean -C libscpi
   $(MAKE) clean -C examples
test:
   $(MAKE) test -C libscpi
install:
   $(MAKE) install -C libscpi