mirror of
https://github.com/cesanta/mongoose.git
synced 2024-12-19 03:59:45 +08:00
5 lines
118 B
Makefile
5 lines
118 B
Makefile
PROG = mqtt_broker
|
|
MODULE_CFLAGS = -DMG_ENABLE_MQTT_BROKER -DMG_ENABLE_HTTP=0
|
|
#SSL_LIB=openssl
|
|
include ../examples.mk
|