mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-21 14:50:49 +00:00
6 lines
102 B
Makefile
6 lines
102 B
Makefile
include ${ROOT}/config-user.mk
|
|
HOST_CC?=${CC}
|
|
CC=${COMPILER}
|
|
OS=${OSTYPE}
|
|
CFLAGS_SHARED=-shared -fPIC
|