radare2/libr/socket/Makefile
2014-07-18 13:49:42 +04:00

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