mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-01 02:33:50 +00:00
2c92c7d172
* Honor bits in r_syscall_setup - Initial work on RPair in r_syscall - Not yet integrated, but design is mostly done * Add r_str_split() * Add python2 and python3 makefile rules in r2-bindings
11 lines
154 B
Makefile
11 lines
154 B
Makefile
BIN=rabin2
|
|
BINDEPS=r_bin r_cons r_util r_lib r_flags
|
|
# rapatch deps
|
|
BINDEPS+=r_core
|
|
|
|
include ../binr.mk
|
|
|
|
ifeq ($(WITHNONPIC),1)
|
|
LDFLAGS+=${DL_LIBS}
|
|
endif
|