Files
esp-idf/examples/protocols/udp_multicast/Makefile
T
2017-10-02 10:50:27 +11:00

12 lines
210 B
Makefile

#
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
# project subdirectory.
#
PROJECT_NAME := udp-multicast
CFLAGS := -DCONFIG_MDNS
include $(IDF_PATH)/make/project.mk