Jan Breuer
2021-03-15 b9c30cdba636faf528b4599b62628857303ef583
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