Files
esp-mqtt/examples/protocols/mqtt/tcp/Makefile
2025-09-19 18:51:40 +08:00

10 lines
266 B
Makefile

#
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
# project subdirectory.
#
PROJECT_NAME := mqtt_tcp
EXTRA_COMPONENT_DIRS = $(IDF_PATH)/examples/common_components/protocol_examples_common
include $(IDF_PATH)/make/project.mk