Files
esp-idf/examples/get-started/hello_world/Makefile
T

9 lines
182 B
Makefile
Raw Normal View History

2016-09-21 14:57:02 +10:00
#
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
# project subdirectory.
#
2021-07-05 14:33:56 +08:00
PROJECT_NAME := hello_world
2016-09-21 14:57:02 +10:00
include $(IDF_PATH)/make/project.mk