aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ca27b35..7acaf35 100644
--- a/Makefile
+++ b/Makefile
@@ -71,6 +71,9 @@ clean-gen: clean
check: qbe
tools/test.sh all
+check-x86_64: qbe
+ TARGET=x86_64 tools/test.sh all
+
check-arm64: qbe
TARGET=arm64 tools/test.sh all