shithub: mc

ref: 70d8c38eef83216f3ea9ea008bb10923b58623d8
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: