1
0
mirror of https://github.com/manuelbl/ttn-esp32.git synced 2025-06-23 23:44:28 +02:00
ttn-esp32/examples/hello_world_in_c/Makefile
Manuel Bleichenbacher 62e829b0d3 Example for C
2021-07-27 23:01:04 +02:00

6 lines
107 B
Makefile

PROJECT_NAME := hello_world
EXTRA_COMPONENT_DIRS := $(abspath ../..)
include $(IDF_PATH)/make/project.mk