ref: 60a248049f2cdcb1e7a53e9d77374769b4436545
dir: /libcryptohash/test/Makefile/
# don't build anything for 'all' all: $(MAKE) -C .. check: ./runtest.sh .PHONY: % %: ./runtest.sh $@ .PHONY: clean clean: rm -f testmatch.use testmatch.o @for i in `awk '/^[A-Z]/{print $$2}' tests`; do \ echo rm -f $$i; \ rm -f $$i; \ done install: