Jan Breuer
2015-10-01 919679967804f48ce8ff15cf4b172e28071a367a
Makefile
@@ -1,4 +1,4 @@
.PHONY: clean all test
.PHONY: clean all test install
all:
   $(MAKE) -C libscpi
@@ -10,3 +10,6 @@
test:
   $(MAKE) test -C libscpi
install:
   $(MAKE) install -C libscpi