mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-06 04:59:43 +00:00
11 lines
173 B
Plaintext
11 lines
173 B
Plaintext
OBJS =
|
|
src/core.c
|
|
src/libgdbr.c
|
|
src/messages.c
|
|
src/packet.c
|
|
src/utils.c
|
|
;
|
|
|
|
lib zip : $(OBJS) : <link>static <include>include <cflags>-fPIC
|
|
<include>../../libr/include ;
|