mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-01 19:23:04 +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 ;
|