mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-01 02:33:50 +00:00
0f8cc36a58
- Add r_db to DEPS in Makefiles
11 lines
159 B
Makefile
11 lines
159 B
Makefile
BIN=rabin2
|
|
BINDEPS=r_bin r_cons r_util r_lib r_flags r_db
|
|
# rapatch deps
|
|
BINDEPS+=r_core
|
|
|
|
include ../binr.mk
|
|
|
|
ifeq ($(WITHNONPIC),1)
|
|
LDFLAGS+=${DL_LIBS}
|
|
endif
|