ref: 63398e32ed2d5b8e75e26caff58e16646668733f 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: