ref: 2b13f71e390a91faabcc209f44b1ec20ae0fa4ff
dir: /test/Makefile/
# don't build anything for 'all' all: $(MAKE) -C .. check: ./runtest.sh .PHONY: clean clean: @for i in `awk '/^[A-Z]/{print $$2}' tests`; do \ echo rm -f $$i; \ rm -f $$i; \ done install: