mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-26 07:44:29 +00:00
13 lines
212 B
Makefile
13 lines
212 B
Makefile
include ../config.mk
|
|
|
|
NAME=r_socket
|
|
OBJS=socket.o proc.o http.o http_server.o rap_server.o run.o
|
|
DEPS=r_util
|
|
|
|
ifneq (,$(findstring mingw32,${OSTYPE}))
|
|
LDFLAGS+=-lws2_32
|
|
endif
|
|
|
|
include deps.mk
|
|
include ../rules.mk
|