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