From 0162d6404d1ce1ec22df13a9889fb6fcc2f5bca6 Mon Sep 17 00:00:00 2001 From: cflip Date: Thu, 15 Sep 2022 10:00:22 -0600 Subject: Start serving files from the filesystem --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 \ -- cgit v1.2.3