summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2023-05-29Don't force C'89 standardcflip
There are a bunch of helpful standard library functions that I am missing out on (most notably popen)
2023-05-27Split cfws.c into multiple filescflip
2023-05-27Build with debug symbols enabledcflip
2023-05-08Begin rewriting cfws in Ccflip
2022-09-22Add install target to Makefilecflip
2022-09-19Improve Makefile build systemcflip
Building each source file as a separate object makes it faster to compile when only changing one source file, and also allows you to compile with multiple threads when building the whole project.
2022-09-17Make a nice wrapper class for running CGI scriptscflip
2022-09-15Start serving files from the filesystemcflip
2022-09-14Fix a few compiler-dependent errorscflip
2022-07-07Create an HttpRequest classcflip
2022-07-07Initial commitcflip