mirror of
https://github.com/manuelbl/ttn-esp32.git
synced 2025-11-01 02:50:34 +01:00
6 lines
106 B
Makefile
6 lines
106 B
Makefile
PROJECT_NAME := monitoring
|
|
|
|
EXTRA_COMPONENT_DIRS := $(abspath ../..)
|
|
|
|
include $(IDF_PATH)/make/project.mk
|