mirror of
https://github.com/badgeteam/mch2022-template-app.git
synced 2024-11-10 10:49:44 +00:00
8 lines
182 B
Makefile
8 lines
182 B
Makefile
#
|
|
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
|
|
# project subdirectory.
|
|
#
|
|
|
|
PROJECT_NAME := hello-world
|
|
|
|
include $(IDF_PATH)/make/project.mk
|