mirror of
https://github.com/cesanta/mongoose.git
synced 2024-12-19 03:59:45 +08:00
4 lines
73 B
Makefile
4 lines
73 B
Makefile
|
PROG = simplest_web_server_ssl
|
||
|
SSL_LIB ?= openssl
|
||
|
include ../examples.mk
|