index
:
use-fastcgi
master
How to use FastCGI
Git Service Account
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
makefile
blob: 2a708bf3fc02ed42c28393b102a6c38b2e5089ab (
plain
)
1
2
3
4
all: server server: server.cpp c++ -Wall -std=c++20 -pedantic -O2 -o $@ $< -lfcgi