From 6ed8bef65e54efdb98841ef9b6eb3ea3c9be82d5 Mon Sep 17 00:00:00 2001 From: sotech117 Date: Mon, 18 Sep 2023 02:34:12 -0400 Subject: big progress on streaming in sync and controlling multiple users --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index be4e159..1603f38 100644 --- a/Makefile +++ b/Makefile @@ -10,4 +10,7 @@ server: server.c $(CC) $(CFLAGS) -o snowcast_server snowcast_server.c client: client.c - $(CC) $(CFLAGS) -o snowcast_control client.c \ No newline at end of file + $(CC) $(CFLAGS) -o snowcast_control client.c + +new: + $(CC) $(CFLAGS) -o test snowcast_server_concurrent.c \ No newline at end of file -- cgit v1.2.3-70-g09d2