summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 45e4b50..6fc7d07 100644
--- a/Makefile
+++ b/Makefile
@@ -69,6 +69,9 @@ clean-gen: clean
 check: $(OBJDIR)/$(BIN)
 	tools/test.sh all
 
+check-arm64: $(OBJDIR)/$(BIN)
+	TARGET=arm64 tools/test.sh all
+
 80:
 	@for F in $(SRCALL);                       \
 	do                                         \
@@ -79,4 +82,4 @@ check: $(OBJDIR)/$(BIN)
 		}" < $$F;                          \
 	done
 
-.PHONY: clean clean-gen check 80 install uninstall
+.PHONY: clean clean-gen check check-arm64 80 install uninstall