mongoose/examples/netcat/Makefile
Sergey Lyubka 729bdebc50 Add WebSocket support to the netcat example
PUBLISHED_FROM=c494ab910d0b1b98ea6ea4024450c60d0abff01d
2016-09-09 22:20:58 +00:00

5 lines
83 B
Makefile

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