Jan Breuer
2018-09-05 2e78fdc66afab833fdbba16dd12f0e69df54700c
Makefile
@@ -1,3 +1,5 @@
.PHONY: clean all test install
all:
   $(MAKE) -C libscpi
   $(MAKE) -C examples
@@ -6,5 +8,8 @@
   $(MAKE) clean -C libscpi
   $(MAKE) clean -C examples
build-tests:
   $(MAKE) test -C libscpi
test:
   $(MAKE) test -C libscpi
install:
   $(MAKE) install -C libscpi