2021-04-02 02:49:49 -04:00
|
|
|
#
|
|
|
|
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
|
|
|
|
# project subdirectory.
|
|
|
|
#
|
|
|
|
|
2021-07-19 04:37:56 -04:00
|
|
|
PROJECT_NAME := esp_ot_cli
|
2021-04-02 02:49:49 -04:00
|
|
|
|
|
|
|
include $(IDF_PATH)/make/project.mk
|