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