shithub: mc

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