shithub: mc

ref: dd0cb53f937c9a47c76ac6f4c2913287b2e65d02
dir: /test/Makefile/

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

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

install: