summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2020-05-01 11:19:21 +0200
committerRoland Reichwein <mail@reichwein.it>2020-05-01 11:19:21 +0200
commitb77bb246e366d346b55cc8cfb4f1d0ac83211ae7 (patch)
treed3fda755578a4fb4084e2b4f02252c498201ed0e /Makefile
parent82558fb7bfd7b0a36119d23bcd47d4cd4bd7b970 (diff)
Added fcgi module (WIP)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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