diff options
author | cflip <cflip@cflip.net> | 2022-09-15 10:00:22 -0600 |
---|---|---|
committer | cflip <cflip@cflip.net> | 2022-09-15 10:00:22 -0600 |
commit | 0162d6404d1ce1ec22df13a9889fb6fcc2f5bca6 (patch) | |
tree | 1e47236bf3b94595622dd4d9940a5c7ac621cf53 /Makefile | |
parent | 68826be36df93533776c694a9adba8633270e61b (diff) |
Start serving files from the filesystem
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -CFLAGS=-pedantic -Wall --std=c++11 +CFLAGS=-pedantic -Wall --std=c++17 SRC=src/main.cpp \ src/ClientConnection.cpp \ |