mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-05-05 12:14:28 +02:00
7 lines
76 B
Makefile
7 lines
76 B
Makefile
|
|
# Project name
|
||
|
|
BIN = libwolfssl
|
||
|
|
|
||
|
|
all: build_static
|
||
|
|
|
||
|
|
include Makefile.common
|