9 lines
178 B
Makefile
Raw Normal View History

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