mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-03 19:01:31 +00:00
ffe743ef39
* Rename DEPS to R2DEPS * Cleanup of sys/build.sh
11 lines
183 B
Makefile
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
|