Add many "build-*" targets

develop
Palmer Dabbelt 2017-11-03 18:42:44 -07:00
parent c7990df4ad
commit d61f516ab5
1 changed files with 3 additions and 0 deletions

View File

@ -44,6 +44,9 @@ check: $(addprefix stamps/check-,$(TARGETS))
.PHONY: check-%
check-%: stamps/check-%
.PHONY: build-%
build-%: stamps/build-%
.PHONY: report
report: check
$(MAKE) $(addprefix report-,$(TARGETS))