mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-05 23:10:00 +00:00
12 lines
151 B
Makefile
12 lines
151 B
Makefile
PLATFORM=
|
|
O=b/c
|
|
IS_X64=
|
|
IS_X86=
|
|
IS_ARM64=
|
|
CROSS_COMPILE=
|
|
MY_ARCH=
|
|
USE_ASM=
|
|
CC=$(CROSS_COMPILE)clang
|
|
CXX=$(CROSS_COMPILE)clang++
|
|
USE_CLANG=1
|