@ -0,0 +1,15 @@
default install all: lib src test
clean:
git clean -dfx
.PHONY: lib src
lib:
$(MAKE) -C lib
src: lib
$(MAKE) -C src
test: lib src
$(MAKE) -C test
The note is not visible to the blocked user.