mirror of
https://github.com/cesanta/mongoose.git
synced 2024-12-21 22:18:03 +08:00
6 lines
179 B
Makefile
6 lines
179 B
Makefile
|
PROG = socks_server
|
||
|
# NOTE(lsm): -DMG_ENABLE_IPV6 won't work for the mingw build
|
||
|
MODULE_CFLAGS = -DMG_ENABLE_SOCKS=1 # -DMG_ENABLE_DEBUG=1
|
||
|
#SSL_LIB=openssl
|
||
|
include ../examples.mk
|