2019-11-25 11:32:40 +08:00
|
|
|
#
|
|
|
|
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
|
|
|
|
# project subdirectory.
|
|
|
|
#
|
|
|
|
|
2021-07-05 14:33:56 +08:00
|
|
|
PROJECT_NAME := nvs_rw_value_cxx
|
2019-11-25 11:32:40 +08:00
|
|
|
|
|
|
|
include $(IDF_PATH)/make/project.mk
|