diff options
author | Roland Reichwein <mail@reichwein.it> | 2020-04-13 16:16:06 +0200 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2020-04-13 16:16:06 +0200 |
commit | 5b3022c4a0e81ff23ce4ebc2ec7b03e32f7a719e (patch) | |
tree | 3f58cc9b9a161e89d0d8e341473714a2acf5ed08 /Makefile | |
parent | 4732dc63657f4c6fc342f7674f7dc7c666b293dc (diff) |
webbox (WIP)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ DISTROS=debian10 VERSION=$(shell dpkg-parsechangelog --show-field Version) PROJECTNAME=webserver -PLUGINS=static-files# webbox # weblog cgi fcgi +PLUGINS=static-files webbox # weblog cgi fcgi CXX=clang++-10 |