mirror of
https://github.com/cesanta/mongoose.git
synced 2025-06-07 09:27:05 +08:00
5 lines
98 B
Makefile
5 lines
98 B
Makefile
PROG = mqtt_broker
|
|
MODULE_CFLAGS = -DMG_ENABLE_MQTT_BROKER
|
|
SSL_LIB=openssl
|
|
include ../examples.mk
|