mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-26 21:12:20 +01:00
8 lines
106 B
Makefile
8 lines
106 B
Makefile
# Project name
|
|
BIN = WolfSSLServer
|
|
SRC_C = ./Source/tls_server.c
|
|
|
|
all: build_hex
|
|
|
|
include Makefile.common
|