shithub: mc

ref: 6c8c2b6b32f8b567703dea1aed5ea1fc9e5caf23
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: