diff options
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  | 
