Files
esp-idf/examples/protocols/http_server/file_serving/Makefile
T

12 lines
271 B
Makefile
Raw Normal View History

2018-12-16 23:40:24 +05:30
#
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
# project subdirectory.
#
PROJECT_NAME := file_server
EXTRA_COMPONENT_DIRS = $(IDF_PATH)/examples/common_components/protocol_examples_common
2018-12-16 23:40:24 +05:30
include $(IDF_PATH)/make/project.mk