mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-09 23:11:41 +00:00
4 lines
111 B
Plaintext
4 lines
111 B
Plaintext
OBJS = socket.c proc.c http.c http_server.c ;
|
|
|
|
lib r_socket : $(OBJS) : <include>../include <library>../util ;
|