mirror of
https://github.com/cesanta/mongoose.git
synced 2024-12-21 05:21:03 +08:00
b298d46a40
PUBLISHED_FROM=34e6028b68e286f81be7ba0f8ae73b760f144131
5 lines
91 B
Makefile
5 lines
91 B
Makefile
PROG = mqtt_client
|
|
MODULE_CFLAGS = -DMG_ENABLE_MQTT
|
|
SSL_LIB=openssl
|
|
include ../examples.mk
|