Files
attinycore-makefile-tests/esptests/esp-epaper-test/Makefile
Thomas von Dein 5b3b9fdfc9 saving esp samples
2020-04-03 21:23:38 +02:00

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