mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-14 00:38:55 +00:00
4 lines
117 B
Plaintext
4 lines
117 B
Plaintext
OBJS = socket.c proc.c http.c http_server.c run.c ;
|
|
|
|
lib r_socket : $(OBJS) : <include>../include <library>../util ;
|