summaryrefslogtreecommitdiff
path: root/lib/esp-idf-lua/examples/custom_lib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/esp-idf-lua/examples/custom_lib/Makefile')
-rw-r--r--lib/esp-idf-lua/examples/custom_lib/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/esp-idf-lua/examples/custom_lib/Makefile b/lib/esp-idf-lua/examples/custom_lib/Makefile
new file mode 100644
index 00000000..ecdb9076
--- /dev/null
+++ b/lib/esp-idf-lua/examples/custom_lib/Makefile
@@ -0,0 +1,5 @@
+PROJECT_NAME := example-lua-custom-lib
+
+EXTRA_COMPONENT_DIRS := $(CURDIR)/../..
+
+include $(IDF_PATH)/make/project.mk