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

6 lines
183 B
Bash

#!/bin/sh
rm ws_client_example
cc ws_client.c ../../src/civetweb.c -DUSE_WEBSOCKET -I../../include -lpthread -ldl -g -O0 -DNO_SSL -o ws_client_example -Wall
ls -la ws_client_example