diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..b4fafe2 --- /dev/null +++ b/Makefile @@ -0,0 +1,9 @@ +# +# This is a project Makefile. It is assumed the directory this Makefile resides in is a +# project subdirectory. +# + +PROJECT_NAME := https_ota + +include $(IDF_PATH)/make/project.mk +