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