shithub: mc

ref: a7124a8f1ea92ff0aac1fa2dc7a2a573e0643ffa
dir: /test/hello/Makefile/

View raw version
# 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: