mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-11 01:10:52 +02:00
12 lines
217 B
Makefile
12 lines
217 B
Makefile
#
|
|
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
|
|
# project subdirectory.
|
|
#
|
|
|
|
PROJECT_NAME := tls_server
|
|
|
|
CFLAGS += -DWOLFSSL_USER_SETTINGS
|
|
|
|
include $(IDF_PATH)/make/project.mk
|
|
|