shithub: mc

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