radare2/libr/search/Makefile
pancake 69a12884ed Simplify the build system
doc.sw has been moved to radare2-extras
2012-10-03 14:31:35 +02:00

11 lines
174 B
Makefile

include ../config.mk
NAME=r_search
OBJS=search.o bytepat.o strings.o aes-find.o
OBJS+=regexp.o xrefs.o keyword.o
# OBJ+=rsakey.o
DEPS=r_util
CFLAGS+=-g
include ../rules.mk