blob: b13b1cb9c18a6d2d30c0fce3530fa830f5b0d3c9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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
|