Jan Breuer
2015-11-11 3a89e9db383d1a0d388c6c542d25ec9d98e0611c
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