mirror of
https://codeberg.org/scip/attinycore-makefile-tests.git
synced 2025-12-16 19:00:57 +01:00
12 lines
205 B
Makefile
12 lines
205 B
Makefile
#
|
|
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
|
|
# project subdirectory.
|
|
#
|
|
|
|
PROJECT_NAME := esp-ds1307-test
|
|
|
|
include $(IDF_PATH)/make/project.mk
|
|
|
|
PYTHON=python3.8
|
|
|