mongoose/examples/netcat/Makefile
Sergey Lyubka 0dc0c5a0e0 Add WebSocket support to the netcat example
PUBLISHED_FROM=c494ab910d0b1b98ea6ea4024450c60d0abff01d
2016-09-09 22:29:34 +00:00

5 lines
83 B
Makefile

PROG = nc
MODULE_CFLAGS=-DMG_ENABLE_THREADS
SSL_LIB=openssl
include ../examples.mk