mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-12 15:38:09 +00:00
c2bc7e0377
* Fix -soname of osx linker (-install_name) * Added OSX build instructions in doc/osx
11 lines
218 B
Makefile
11 lines
218 B
Makefile
NAME=r_search
|
|
OBJ=search.o bytepat.o strings.o aes-find.o regexp.o xrefs.o keyword.o
|
|
DEPS=r_util
|
|
CFLAGS+=-g
|
|
#OBJ+=binparse.o
|
|
# on solaris only
|
|
#LINK=-lsocket
|
|
#LINK=-L../cons -lr_cons -Wl,-R../cons
|
|
|
|
include ../rules.mk
|