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