aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1157ffe..19d2906 100644
--- a/Makefile
+++ b/Makefile
@@ -82,6 +82,11 @@ bootstrap: stage2 stage3
check: all
@CCQBE=./cc-qbe ./runtests
+.PHONY: qbe
+qbe:
+ git submodule update --init qbe
+ $(MAKE) -C qbe
+
.PHONY: clean
clean:
rm -rf cc $(DRIVER_OBJ) cc-qbe $(OBJ) stage2 stage3