mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-05 14:59:37 +00:00
12 lines
170 B
Makefile
12 lines
170 B
Makefile
PLATFORM=arm64
|
|
O=b/m_$(PLATFORM)
|
|
IS_X64=
|
|
IS_X86=
|
|
IS_ARM64=1
|
|
CROSS_COMPILE=
|
|
MY_ARCH=-arch arm64
|
|
USE_ASM=1
|
|
CC=$(CROSS_COMPILE)clang
|
|
CXX=$(CROSS_COMPILE)clang++
|
|
USE_CLANG=1
|