Iztok Jeras
2015-10-07 ede8aee02d4991fbe70ff76af3903f797e0e4c9f
Makefile
@@ -1,4 +1,4 @@
.PHONY: clean all test
.PHONY: clean all test install
all:
   $(MAKE) -C libscpi
@@ -9,4 +9,7 @@
   $(MAKE) clean -C examples
test:
   $(MAKE) test -C libscpi
   $(MAKE) test -C libscpi
install:
   $(MAKE) install -C libscpi