summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 9fee06a..2a708bf 100644
--- a/makefile
+++ b/makefile
@@ -1,4 +1,4 @@
1all: server 1all: server
2 2
3server: server.cpp 3server: server.cpp
4 c++ -Wall -std=c++20 -pedantic -O2 -lfcgi -o $@ $< 4 c++ -Wall -std=c++20 -pedantic -O2 -o $@ $< -lfcgi