radare2/libr/search/Makefile
Anton Kochkov ffe743ef39
Fix #4056 - rename DEPS to R2DEPS ##build (#17020)
* Rename DEPS to R2DEPS
* Cleanup of sys/build.sh
2020-06-12 10:49:28 +08:00

11 lines
183 B
Makefile

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