7 lines
76 B
Makefile
Executable File
7 lines
76 B
Makefile
Executable File
# Project name
|
|
BIN = libwolfssl
|
|
|
|
all: build_static
|
|
|
|
include Makefile.common
|