shithub: mc

ref: 3b5f150788ac70ab6e9a1eea1017f1f00111ad5f
dir: /test/Makefile/

View raw version
# don't build anything for 'all'
all: 

check:
	./test.sh
.PHONY: clean
clean:
	@for i in `awk '{print $$1}' tests`; do \
	    echo rm -f $$i; \
	    rm -f $$i; \
	done

install: