mirror of
https://gitee.com/beecue/fastbee.git
synced 2025-12-19 09:25:54 +08:00
10 lines
177 B
Makefile
10 lines
177 B
Makefile
#
|
|
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
|
|
# project subdirectory.
|
|
#
|
|
|
|
PROJECT_NAME := blink
|
|
|
|
include $(IDF_PATH)/make/project.mk
|
|
|