diff options
author | Roland Reichwein <mail@reichwein.it> | 2020-04-12 22:20:33 +0200 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2020-04-12 22:20:33 +0200 |
commit | 4732dc63657f4c6fc342f7674f7dc7c666b293dc (patch) | |
tree | da91a5dbbd62982284435d252dd89ac963952ee9 /Makefile | |
parent | 3f778eecc705990598f1033e6245522f42e2fcb5 (diff) |
webbox (WIP)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 2 insertions, 3 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 @@ -65,8 +65,7 @@ PROGSRC=\ plugin.cpp \ privileges.cpp \ response.cpp \ - server.cpp \ - stringutil.cpp + server.cpp TESTSRC=\ test-webserver.cpp \ |