radare2/binr/rabin2/Makefile
pancake 2c92c7d172 * Merge rapatch2 into rabin2 -p
* 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
2011-09-04 03:56:35 +02:00

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