shithub: mc

ref: 84dc4bb3cb9d70c182341918e91aa5ffc0af2e15
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: