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