summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index d37ed1e..f0e9bfd 100644
--- a/Makefile
+++ b/Makefile
@@ -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 \