Jan Breuer
2015-10-14 b7e9d6858699f5ea9a23ecf6587e98e7b0e1bc28
Makefile
@@ -1,3 +1,5 @@
.PHONY: clean all test install
all:
   $(MAKE) -C libscpi
   $(MAKE) -C examples
@@ -6,5 +8,8 @@
   $(MAKE) clean -C libscpi
   $(MAKE) clean -C examples
build-tests:
   $(MAKE) test -C libscpi
test:
   $(MAKE) test -C libscpi
install:
   $(MAKE) install -C libscpi