shithub: mc

ref: 83ac1d52c8e021bcf4674787f621f736813dae4e
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: