summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorcflip <cflip@cflip.net>2022-09-15 10:00:22 -0600
committercflip <cflip@cflip.net>2022-09-15 10:00:22 -0600
commit0162d6404d1ce1ec22df13a9889fb6fcc2f5bca6 (patch)
tree1e47236bf3b94595622dd4d9940a5c7ac621cf53 /Makefile
parent68826be36df93533776c694a9adba8633270e61b (diff)
Start serving files from the filesystem
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f9a6636..d248427 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-CFLAGS=-pedantic -Wall --std=c++11
+CFLAGS=-pedantic -Wall --std=c++17
SRC=src/main.cpp \
src/ClientConnection.cpp \