You've already forked M5Stack-IDF
mirror of
https://github.com/m5stack/M5Stack-IDF.git
synced 2026-05-20 10:16:14 -07:00
10 lines
184 B
Makefile
10 lines
184 B
Makefile
#
|
|
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
|
|
# project subdirectory.
|
|
#
|
|
|
|
PROJECT_NAME := app-template
|
|
|
|
include $(IDF_PATH)/make/project.mk
|
|
|