aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2019-04-20 20:54:22 -0700
committerMichael Forney <mforney@mforney.org>2019-04-20 20:57:07 -0700
commit7e3ac150b6eeb4f4e35e26e5b4705aa3c90f536a (patch)
treecd4711b88413cc8e6724835854396c295246b1ca /Makefile
parent5a2c38a8cf33fc811b66e25ab3c970eb6ff5bfe8 (diff)
Set path of CCQBE explicitly
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 50a0c58..b3d786d 100644
--- a/Makefile
+++ b/Makefile
@@ -77,8 +77,8 @@ bootstrap: stage2 stage3
cmp stage2/cc-qbe stage3/cc-qbe
.PHONY: check
-check: cc cc-qbe
- @./runtests
+check: all
+ @CCQBE=./cc-qbe ./runtests
.PHONY: clean
clean: