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