mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-30 02:37:31 +02:00
asio: initial idf port of asio library without ssl
* Original commit: espressif/esp-idf@1ef13c524c
This commit is contained in:
7
examples/protocols/asio/udp_echo_server/Makefile
Normal file
7
examples/protocols/asio/udp_echo_server/Makefile
Normal file
@ -0,0 +1,7 @@
|
||||
#
|
||||
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
|
||||
# project subdirectory.
|
||||
#
|
||||
PROJECT_NAME := asio_udp_echoserver
|
||||
|
||||
include $(IDF_PATH)/make/project.mk
|
Reference in New Issue
Block a user