Jan Breuer
2015-11-13 b5e8e4dc2bdeca39195a78d8d7f01bd7f099923c
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