shithub: mc

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