reportlist := $(patsubst %/.git,%.suspicious,$(wildcard */.git)) suspicious_checkout = ../tools all: $(reportlist) %.suspicious: ${suspicious_checkout}/suspicious -s .yml -s .bmp -s .ppt -s .docx -s .pdf -s .xls -s .xlsx -s .gif -s .png -s .jpg -s .css -s .md -s .rst -r fw -w ${suspicious_checkout}/cryptology.txt -c -l 3 --summary-file $*.yml $* >$@