diff options
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 \ |