2019-06-25 01:03:58 +00:00
|
|
|
#
|
|
|
|
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
|
|
|
|
# project subdirectory.
|
|
|
|
#
|
|
|
|
|
2019-06-30 08:39:00 +00:00
|
|
|
PROJECT_NAME := blemesh
|
2019-06-25 01:03:58 +00:00
|
|
|
|
|
|
|
include $(IDF_PATH)/make/project.mk
|