2017-12-07 03:07:36 -05:00
|
|
|
#
|
|
|
|
|
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
|
|
|
|
|
# project subdirectory.
|
|
|
|
|
#
|
|
|
|
|
|
2018-09-12 15:52:38 +02:00
|
|
|
PROJECT_NAME := throughput_server_demo
|
2017-12-07 03:07:36 -05:00
|
|
|
|
|
|
|
|
COMPONENT_ADD_INCLUDEDIRS := components/include
|
|
|
|
|
|
|
|
|
|
include $(IDF_PATH)/make/project.mk
|