Files
esp-idf/examples/storage/nvs_rw_value/Makefile
T

10 lines
184 B
Makefile
Raw Normal View History

2016-11-06 17:41:08 +01:00
#
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
# project subdirectory.
#
2016-11-09 20:26:28 +01:00
PROJECT_NAME := nvs-rw-value
2016-11-06 17:41:08 +01:00
include $(IDF_PATH)/make/project.mk