summaryrefslogtreecommitdiff
path: root/makefile
blob: 2a708bf3fc02ed42c28393b102a6c38b2e5089ab (plain)
1
2
3
4
all: server

server: server.cpp
	c++ -Wall -std=c++20 -pedantic -O2 -o $@ $< -lfcgi