mirror of
https://github.com/cesanta/mongoose.git
synced 2025-01-01 19:17:48 +08:00
4 lines
73 B
Makefile
4 lines
73 B
Makefile
|
PROG = simplest_web_server_ssl
|
||
|
SSL_LIB ?= openssl
|
||
|
include ../examples.mk
|