Jan Breuer
2016-04-24 a5b6afb1b12e7ed64353c680e0caa4fb58a9ee1d
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