From 2bd0834de9925bb280a0d9b9b0cd13de1dc724d8 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Mon, 9 Aug 2021 09:56:55 +0200 Subject: initial commit (simple http example copy) --- makefile | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 makefile (limited to 'makefile') diff --git a/makefile b/makefile new file mode 100644 index 0000000..b13b1cb --- /dev/null +++ b/makefile @@ -0,0 +1,14 @@ +# +# This is a project Makefile. It is assumed the directory this Makefile resides in is a +# project subdirectory. +# + +PROJECT_NAME := esp8266-rgbstrip + +EXTRA_COMPONENT_DIRS = $(IDF_PATH)/examples/common_components/protocol_examples_common + +include $(IDF_PATH)/make/project.mk + +compile_commands: + bear -- make + -- cgit v1.2.3