diff options
| author | Roland Reichwein <mail@reichwein.it> | 2020-05-03 12:01:13 +0200 | 
|---|---|---|
| committer | Roland Reichwein <mail@reichwein.it> | 2020-05-03 12:01:13 +0200 | 
| commit | 21a066b4b972bd055b424a946ff1f80a939443c3 (patch) | |
| tree | 177ece2787518f3e68bd073ebd887548f9672d79 /Makefile | |
| parent | 4e699f552db264b9d988873f2189440280e821a7 (diff) | |
Added redirect plugin, documentation
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 9 | 
1 files changed, 8 insertions, 1 deletions
@@ -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  | 
