mirror of
https://github.com/NathanReeves/BlueCubeMod
synced 2024-11-26 02:52:23 -05:00
9 lines
184 B
Makefile
9 lines
184 B
Makefile
|
#
|
||
|
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
|
||
|
# project subdirectory.
|
||
|
#
|
||
|
|
||
|
PROJECT_NAME := BlueCubeModv2
|
||
|
|
||
|
include $(IDF_PATH)/make/project.mk
|