From e3aa12a8cfa137f65c5ca06489e1f58f0608db54 Mon Sep 17 00:00:00 2001 From: cflip Date: Sat, 17 Sep 2022 11:47:23 -0600 Subject: Make a nice wrapper class for running CGI scripts --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d248427..c4da138 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,7 @@ CFLAGS=-pedantic -Wall --std=c++17 SRC=src/main.cpp \ + src/CGIScript.cpp \ src/ClientConnection.cpp \ src/ServerConnection.cpp \ src/HttpRequest.cpp \ -- cgit v1.2.3