mirror of
https://github.com/hashcat/hashcat.git
synced 2025-07-07 07:12:36 +00:00
13 lines
188 B
Makefile
13 lines
188 B
Makefile
PLATFORM=arm64
|
|
O=b/c_$(PLATFORM)
|
|
IS_X64=
|
|
IS_X86=
|
|
IS_ARM64=1
|
|
CROSS_COMPILE=
|
|
MY_ARCH=
|
|
USE_ASM=1
|
|
ASM_FLAGS=-Wno-unused-macros
|
|
CC=$(CROSS_COMPILE)clang
|
|
CXX=$(CROSS_COMPILE)clang++
|
|
USE_CLANG=1
|