Makefile @@ -1,3 +1,5 @@ .PHONY: clean all test all: $(MAKE) -C libscpi $(MAKE) -C examples @@ -6,5 +8,5 @@ $(MAKE) clean -C libscpi $(MAKE) clean -C examples build-tests: test: $(MAKE) test -C libscpi