shithub: mc

ref: 974f7318e5d899aa2bcaec03bfc0ec3c74dd3402
dir: /libmyr/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: