diff options
Diffstat (limited to 'regression/Makefile')
-rw-r--r-- | regression/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/regression/Makefile b/regression/Makefile index 7800c2c..4524beb 100644 --- a/regression/Makefile +++ b/regression/Makefile @@ -35,6 +35,9 @@ TARGETS += linux-rv64imafdc-lp64d-medany # that when running "make report" we run all the test suites before running any # of the reports. Since the various check targets are never supposed to fail, # this lets me ensure that re-running "make report" is always fast. +.PHONY: build +build: $(addprefix stamps/build-,$(TARGETS)) + .PHONY: check check: $(addprefix stamps/check-,$(TARGETS)) |