2018-05-29 11:25:24 +02:00
|
|
|
#
|
|
|
|
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
|
|
|
|
# project subdirectory.
|
|
|
|
#
|
2018-09-12 15:52:38 +02:00
|
|
|
PROJECT_NAME := asio_chat_client
|
2018-05-29 11:25:24 +02:00
|
|
|
|
|
|
|
include $(IDF_PATH)/make/project.mk
|