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