mirror of
https://github.com/skot/ESP-Miner.git
synced 2025-03-17 13:22:53 +01:00
9 lines
181 B
Makefile
Executable File
9 lines
181 B
Makefile
Executable File
#
|
|
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
|
|
# project subdirectory.
|
|
#
|
|
|
|
PROJECT_NAME := i2c-simple
|
|
|
|
include $(IDF_PATH)/make/project.mk
|