diff options
Diffstat (limited to 'mqtt-test/Makefile')
-rw-r--r-- | mqtt-test/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mqtt-test/Makefile b/mqtt-test/Makefile new file mode 100644 index 0000000..73ada74 --- /dev/null +++ b/mqtt-test/Makefile @@ -0,0 +1,10 @@ +# +# This is a project Makefile. It is assumed the directory this Makefile resides in is a +# project subdirectory. +# + +PROJECT_NAME := mqtt_test + +IDF_PATH=../thirdparty/ESP8266_RTOS_SDK + +include $(IDF_PATH)/make/project.mk |