shithub: mc

ref: b86eca27aa6778359fcf2e1671c1cd86429b8bed
dir: /test/Makefile/

View raw version
# don't build anything for 'all'
all: 
	$(MAKE) -C ..

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

install: