2016-12-19 15:40:21 +08:00
|
|
|
#
|
|
|
|
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
|
|
|
|
# project subdirectory.
|
|
|
|
#
|
|
|
|
|
2018-07-12 17:45:44 +05:30
|
|
|
PROJECT_NAME := simple_ota
|
2016-12-19 15:40:21 +08:00
|
|
|
|
|
|
|
include $(IDF_PATH)/make/project.mk
|
|
|
|
|