mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-13 16:18:33 +00:00
10 lines
180 B
Makefile
10 lines
180 B
Makefile
|
NAME=r_search
|
||
|
OBJ=search.o bytepat.o stripstr.o aes-find.o
|
||
|
CFLAGS+=-g
|
||
|
#OBJ+=binparse.o
|
||
|
# on solaris only
|
||
|
#LINK=-lsocket
|
||
|
#LINK=-L../cons -lr_cons -Wl,-R../cons
|
||
|
|
||
|
include ../rules.mk
|