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