mirror of
https://gitee.com/beecue/fastbee.git
synced 2025-12-20 01:45:55 +08:00
10 lines
194 B
Makefile
10 lines
194 B
Makefile
#
|
|
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
|
|
# project subdirectory.
|
|
#
|
|
|
|
PROJECT_NAME := cpp_exceptions_example
|
|
|
|
include $(IDF_PATH)/make/project.mk
|
|
|