ref: 89b2b2847a7c0e350b7b9ec2de0a4f0eb9a01e59 dir: /test/Makefile/
# don't build anything for 'all' all: check: ./test.sh .PHONY: clean clean: @for i in `awk '{print $$1}' tests`; do \ echo rm -f $$i; \ rm -f $$i; \ done install: