From d4abcad280df631b09a8cfe4c9387a9d8c610c1f Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Sat, 26 May 2018 21:16:12 +0200 Subject: wip --- Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..a8e792b --- /dev/null +++ b/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 -- cgit v1.2.3