2018-10-31 23:17:00 +01:00
|
|
|
#
|
|
|
|
|
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
|
|
|
|
|
# project subdirectory.
|
|
|
|
|
#
|
|
|
|
|
|
2020-09-03 09:57:23 +02:00
|
|
|
PROJECT_NAME := wss_server
|
2018-10-31 23:17:00 +01:00
|
|
|
|
2018-11-21 00:42:37 +08:00
|
|
|
EXTRA_COMPONENT_DIRS = $(IDF_PATH)/examples/common_components/protocol_examples_common
|
|
|
|
|
|
2018-10-31 23:17:00 +01:00
|
|
|
include $(IDF_PATH)/make/project.mk
|
|
|
|
|
|