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