1 2 3 4 5 6 7
.PHONY: reports reports: $(REPORT) @echo "=== REPORTS FINISHED ===" report_%: bin/report_% @echo "=== $@ ===" @cd tmp && ../$<