shithub: mc

ref: 748bbe0f48de5f93e0756c02e131e7e9402fc6d5
dir: /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: