mirror of
https://github.com/NathanReeves/BlueCubeMod
synced 2024-11-21 08:45:01 -05:00
4ed68f630b
see updated readme for new build instructions
9 lines
184 B
Makefile
Executable File
9 lines
184 B
Makefile
Executable File
#
|
|
# 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
|