diff options
author | Roland Reichwein <mail@reichwein.it> | 2020-05-01 11:19:21 +0200 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2020-05-01 11:19:21 +0200 |
commit | b77bb246e366d346b55cc8cfb4f1d0ac83211ae7 (patch) | |
tree | d3fda755578a4fb4084e2b4f02252c498201ed0e /Makefile | |
parent | 82558fb7bfd7b0a36119d23bcd47d4cd4bd7b970 (diff) |
Added fcgi module (WIP)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |