ref: 23896ee4273d593cf3d32c00713c6f55e9b1369e dir: /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: