ref: c903ba47cf1e54d18727f493a5beca2ccf5e33fc dir: /test/hello/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: