mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-05 20:50:06 +00:00
11 lines
160 B
Makefile
11 lines
160 B
Makefile
BIN=ranal2
|
|
BINDEPS=r_anal r_reg r_syscall r_db r_util
|
|
|
|
include ../rules.mk
|
|
|
|
ifeq ($(WITHNONPIC),1)
|
|
ifeq ($(OSTYPE),android)
|
|
LDFLAGS+=${DL_LIBS} -lm
|
|
endif
|
|
endif
|