Files
http-router-cpp/Makefile
2024-07-08 16:08:10 +02:00

6 lines
121 B
Makefile

run: build
./server
build:
g++ -std=c++20 main.cpp router.cpp path.cpp http.hpp request.cpp response.cpp -g -o server