1 2 3 4 5 6 7 8 9 10
.PHONY: all install test all: @@cd lib/src && make all install: @@cd lib/src && make install test: @@cd lib/test && make test