jordan imbert
2020-12-17 311a22c7a7e5518e06b0efb2ec6eb5aec453aaf2
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