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