summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2020-05-03 12:01:13 +0200
committerRoland Reichwein <mail@reichwein.it>2020-05-03 12:01:13 +0200
commit21a066b4b972bd055b424a946ff1f80a939443c3 (patch)
tree177ece2787518f3e68bd073ebd887548f9672d79 /Makefile
parent4e699f552db264b9d988873f2189440280e821a7 (diff)
Added redirect plugin, documentation
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