7 lines
106 B
Makefile
7 lines
106 B
Makefile
# Project name
|
|
BIN = WolfSSLClient
|
|
SRC_C = ./Source/tls_client.c
|
|
|
|
all: build_hex
|
|
|
|
include Makefile.common
|