diff options
author | Michael Forney <mforney@mforney.org> | 2019-04-20 20:54:22 -0700 |
---|---|---|
committer | Michael Forney <mforney@mforney.org> | 2019-04-20 20:57:07 -0700 |
commit | 7e3ac150b6eeb4f4e35e26e5b4705aa3c90f536a (patch) | |
tree | cd4711b88413cc8e6724835854396c295246b1ca /Makefile | |
parent | 5a2c38a8cf33fc811b66e25ab3c970eb6ff5bfe8 (diff) |
Set path of CCQBE explicitly
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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: |