Jan Breuer
2021-11-09 224f7cee7c2c5592081e1dec640862f029323782
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