mirror of
https://github.com/manuelbl/ttn-esp32.git
synced 2025-06-15 12:24:27 +02:00
6 lines
108 B
Makefile
6 lines
108 B
Makefile
PROJECT_NAME := provisioning
|
|
|
|
EXTRA_COMPONENT_DIRS := $(abspath ../..)
|
|
|
|
include $(IDF_PATH)/make/project.mk
|