summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorThomas Schmucker <ts@its1.de>2026-09-18 11:19:21 +0200
committerThomas Schmucker <ts@its1.de>2026-09-18 11:19:21 +0200
commit828de975876f9ad444efda2a36c02922cda3afa6 (patch)
tree3b076331dd440ef16365047245b29277f6c146aa /makefile
downloaduse-fastcgi-828de975876f9ad444efda2a36c02922cda3afa6.tar.gz
use-fastcgi-828de975876f9ad444efda2a36c02922cda3afa6.tar.bz2
use-fastcgi-828de975876f9ad444efda2a36c02922cda3afa6.zip
Erster Import
Diffstat (limited to 'makefile')
-rw-r--r--makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/makefile b/makefile
new file mode 100644
index 0000000..9fee06a
--- /dev/null
+++ b/makefile
@@ -0,0 +1,4 @@
1all: server
2
3server: server.cpp
4 c++ -Wall -std=c++20 -pedantic -O2 -lfcgi -o $@ $<