shithub: mc

ref: 2b425c46ba24640e01aff7ac5a85eaafcbc8c45b
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: