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

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