2018-05-03 08:41:10 +00:00
|
|
|
#
|
|
|
|
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
|
|
|
|
# project subdirectory.
|
|
|
|
#
|
|
|
|
|
2018-09-12 13:52:38 +00:00
|
|
|
PROJECT_NAME := select
|
2018-05-03 08:41:10 +00:00
|
|
|
|
|
|
|
include $(IDF_PATH)/make/project.mk
|
|
|
|
|