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