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