2016-08-18 14:31:54 +00:00
|
|
|
#
|
|
|
|
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
|
|
|
|
# project subdirectory.
|
|
|
|
#
|
|
|
|
|
|
|
|
PROJECT_NAME := app-template
|
|
|
|
|
2016-08-23 07:40:51 +00:00
|
|
|
include $(IDF_PATH)/make/project.mk
|
2016-08-18 14:31:54 +00:00
|
|
|
|