aboutsummaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* (Makefile) Fixed wrong name for dev targetSyndamia2024-01-071-1/+1
* (Makefile) Make -C instead of cd makeSyndamia2024-01-071-1/+1
* (Makefile) Added static analysisSyndamia2024-01-071-0/+7
* (Makefile) Moved building to a Makefile inside src and added dev/prod flagsSyndamia2024-01-071-10/+8
* (Makefile) Clean tests outputSyndamia2024-01-071-1/+2
* (Makefile) Added target for tests in main MakefileSyndamia2024-01-071-0/+4
* (browser-net) Separated main function in it's own C file, so testing could be...Syndamia2024-01-071-1/+1
* [Makefile] Fixed source code pathsSyndamia2024-01-061-3/+3
* (Makefile) Generalized by using CC and CFLAGS, added clean actionSyndamia2023-12-271-2/+9
* [browser] Renamed browser-stdio to browser-cliSyndamia2023-12-201-1/+1
* [browser] Separated renderpage and handlecli in it's own source fileSyndamia2023-12-201-1/+1
* [server] Moved server-cli to it's own file and reorganized server and server-cliSyndamia2023-12-081-1/+1
* [server-connections] Moved on-connection logic outside server.cSyndamia2023-12-071-2/+2
* [server] Implemented parsing of vhostsSyndamia2023-12-071-2/+2
* [all] Initial code conceptSyndamia2023-12-071-0/+10