mirror of
https://github.com/cesanta/mongoose.git
synced 2025-06-07 17:42:30 +08:00
5 lines
99 B
Makefile
5 lines
99 B
Makefile
PROG = mqtt_client
|
|
MODULE_CFLAGS = -DMG_ENABLE_MQTT_BROKER
|
|
SSL_LIB=open_ssl
|
|
include ../examples.mk
|