mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-05 03:56:46 +00:00
10 lines
170 B
Makefile
10 lines
170 B
Makefile
include ../config.mk
|
|
|
|
NAME=r_socket
|
|
OBJS=socket.o proc.o http.o http_server.o
|
|
OBJS+=rap_server.o run.o r2pipe.o serial.o
|
|
DEPS=r_util
|
|
|
|
include deps.mk
|
|
include ../rules.mk
|