ref: 6ea8a68ea95f580877d171bdd4c4ab581a5f0d76
dir: /test/Makefile/
# don't build anything for 'all' all: $(MAKE) -C .. check: ./test.sh .PHONY: clean clean: @for i in `awk '/^[A-Z]/{print $$2}' tests`; do \ echo rm -f $$i; \ rm -f $$i; \ done install: