shithub: mc

ref: 6380f0c2b7a4c6e950c5fbced2fd24749850bea5
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: