mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-15 20:39:17 +00:00
12 lines
155 B
Makefile
12 lines
155 B
Makefile
|
PLATFORM=x86
|
||
|
O=b/g_$(PLATFORM)
|
||
|
IS_X64=
|
||
|
IS_X86=1
|
||
|
IS_ARM64=
|
||
|
CROSS_COMPILE=
|
||
|
MY_ARCH=-m32
|
||
|
USE_ASM=1
|
||
|
CC=$(CROSS_COMPILE)gcc
|
||
|
CXX=$(CROSS_COMPILE)g++
|
||
|
|