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