shithub: mc

ref: bbe13f1e7ffe514c75c849a4b1a32815fd610ef3
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: