Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

5 lines
177 B
Bash

#!/bin/sh
[ -e ws_server ] && rm ws_server
gcc ../../src/civetweb.c ws_server.c -I../../include/ -lpthread -o ws_server -DNO_SSL -DNO_CGI -DNO_FILESYSTEM -DUSE_WEBSOCKET -Wall