mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-08 06:12:13 +00:00
14f85bd76f
- Use absolute paths everywhere and simplify Makefiles
11 lines
172 B
Makefile
11 lines
172 B
Makefile
BIN=ranal2
|
|
BINDEPS=r_anal r_lib r_reg r_syscall r_diff r_db r_util
|
|
|
|
include ../binr.mk
|
|
|
|
ifeq ($(WITHNONPIC),1)
|
|
ifeq ($(OSTYPE),android)
|
|
LDFLAGS+=${DL_LIBS} -lm
|
|
endif
|
|
endif
|