ref: d2cfe8be0090262193e88caf6ba7b4ba75543842
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: