diff options
author | Roland Reichwein <mail@reichwein.it> | 2020-04-19 19:46:14 +0200 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2020-04-19 19:46:14 +0200 |
commit | 8b93572b386256c53c12012be87adabd73d80520 (patch) | |
tree | aee710ea38d6b7487f49d191c5c63b3306ee6950 /Makefile | |
parent | e093da01dcefac72502b4fa0c8375760cf98934e (diff) |
Weblog (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 cgi # weblog fcgi +PLUGINS=static-files webbox cgi weblog # fcgi CXX=clang++-10 |