mirror of
https://github.com/cesanta/mongoose.git
synced 2025-06-11 12:14:41 +08:00
5 lines
94 B
Makefile
5 lines
94 B
Makefile
PROG = mqtt_client
|
|
MODULE_CFLAGS = -DMG_ENABLE_HTTP=0
|
|
#SSL_LIB=openssl
|
|
include ../examples.mk
|