mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-12 23:46:36 +00:00
9 lines
127 B
Makefile
9 lines
127 B
Makefile
include ../config.mk
|
|
|
|
NAME=r_socket
|
|
OBJS=socket.o proc.o http.o http_server.o
|
|
DEPS=r_util
|
|
|
|
include deps.mk
|
|
include ../rules.mk
|