shithub: mc

ref: 90b5bcd21e3920cc6ab27bb32df81aed5cb26e9f
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: