diff --git a/thirdparty/tinyhttp.c b/thirdparty/tinyhttp.c index c65f144..4dd1643 100644 --- a/thirdparty/tinyhttp.c +++ b/thirdparty/tinyhttp.c @@ -1,12 +1,3 @@ -/* - * Portable static HTTP file server — serves files from ./out/ on port 8080. - * - * Build: - * Linux/macOS: cc -O2 -o server server.c - * Windows MSVC: cl /O2 server.c ws2_32.lib - * Windows MinGW: gcc -O2 -o server.exe server.c -lws2_32 - */ - #include #include #include