ref: 5f669e29c24c35a569ff01681a7df1420ded7a81 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: