summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b2c02cf..d0a00a0 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,14 @@
DISTROS=debian10 ubuntu1910 ubuntu2004
VERSION=$(shell dpkg-parsechangelog --show-field Version)
PROJECTNAME=webserver
-PLUGINS=static-files webbox cgi weblog statistics fcgi
+PLUGINS= \
+ cgi \
+ fcgi \
+ redirect \
+ static-files \
+ statistics \
+ webbox \
+ weblog
CXX=clang++-10