mirror of
https://github.com/cesanta/mongoose.git
synced 2024-12-20 12:50:20 +08:00
04a38b446f
Make restful_server and netcat examples compilation tests: - netcat doesn't use HTTP, compile it with MG_DISABLE_HTTP - restful_server doesn't use websocket, compile it with MG_DISABLE_HTTP_WEBSOCKET h/t @labourcier, cesanta/mongoose#665 PUBLISHED_FROM=4494ac3cbd81e8314beb557ab301b4b44c4afb89
5 lines
101 B
Makefile
5 lines
101 B
Makefile
PROG = nc
|
|
MODULE_CFLAGS=-DMG_ENABLE_THREADS -DMG_DISABLE_HTTP
|
|
SSL_LIB=openssl
|
|
include ../examples.mk
|