mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-05 14:59:37 +00:00
11 lines
139 B
Makefile
11 lines
139 B
Makefile
PLATFORM=x64
|
|
O=b/g_$(PLATFORM)
|
|
IS_X64=1
|
|
IS_X86=
|
|
IS_ARM64=
|
|
CROSS_COMPILE=
|
|
MY_ARCH=
|
|
USE_ASM=1
|
|
CC=$(CROSS_COMPILE)gcc
|
|
CXX=$(CROSS_COMPILE)g++
|