all: server

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