summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2f05bbb..5c35b6d 100644
--- a/Makefile
+++ b/Makefile
@@ -5,6 +5,8 @@ SOURCES = $(addprefix src/, whatfiles.c attach.c utilities.c hashmap.c strings.c
ARCH = $(shell uname -m)
ifeq ($(findstring arm,$(ARCH)), arm)
ARCH_DIR = arm32
+else ifeq ($(findstring aarch64,$(ARCH)), aarch64)
+ ARCH_DIR = arm64
else
ARCH_DIR = x86_64
endif