mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-04 19:47:31 +00:00
5 lines
151 B
Plaintext
5 lines
151 B
Plaintext
OBJS = search.c bytepat.c strings.c aes-find.c ;
|
|
OBJS += regexp.c xrefs.c keyword.c ;
|
|
|
|
lib r_search : $(OBJS) : <include>../include <library>../util ;
|