mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-06 01:14:55 -06:00
11 lines
139 B
Makefile
Executable File
11 lines
139 B
Makefile
Executable File
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++
|