mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-28 19:08:19 +00:00
12 lines
179 B
Makefile
12 lines
179 B
Makefile
|
PLATFORM=x64
|
||
|
O=b/m_$(PLATFORM)
|
||
|
IS_X64=1
|
||
|
IS_X86=
|
||
|
IS_ARM64=
|
||
|
CROSS_COMPILE=
|
||
|
MY_ARCH=-arch x86_64
|
||
|
USE_ASM=
|
||
|
CC=$(CROSS_COMPILE)clang
|
||
|
CXX=$(CROSS_COMPILE)clang++
|
||
|
USE_CLANG=1
|