diff options
author | Roland Reichwein <mail@reichwein.it> | 2020-04-26 13:01:19 +0200 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2020-04-26 13:01:19 +0200 |
commit | aebe139d00b44684158edb3616da5c37b12db6d1 (patch) | |
tree | f37eaa7a59523f2e7db42875e65f2ca2714c0e9d /Makefile | |
parent | 91073ca08f5f9582196712ae6753714f3333979f (diff) |
Added stats output
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 statistics # fcgi CXX=clang++-10 |