From b77bb246e366d346b55cc8cfb4f1d0ac83211ae7 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Fri, 1 May 2020 11:19:21 +0200 Subject: Added fcgi module (WIP) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 02cb17c..11a1f02 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ DISTROS=debian10 ubuntu1910 VERSION=$(shell dpkg-parsechangelog --show-field Version) PROJECTNAME=webserver -PLUGINS=static-files webbox cgi weblog statistics # fcgi +PLUGINS=static-files webbox cgi weblog statistics fcgi CXX=clang++-10 -- cgit v1.2.3