ref: 02b6e7e3d1985fccba1e35dc9eaff61482b67c1b 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: