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