Files
attinycore-makefile-tests/esptests/esp-epaper-test/Makefile

11 lines
193 B
Makefile
Raw Normal View History

2020-04-03 21:23:38 +02:00
#
# 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