shithub: mc

ref: bc29b76c63d276ec52f11d9418d57bc131840849
dir: /test/hello/Makefile/

View raw version
# don't build anything for 'all'
all: 
	./bld.sh
.PHONY: clean
clean:
	@for i in `awk '{print $$1}' tests`; do \
	    echo rm -f $$i; \
	    rm -f $$i; \
	done

install: