shithub: mc

ref: 4a9ebe2a52eaf6d632f8f092fcb5a860205b026c
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: