mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-03 11:39:14 +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 ;
|