aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorsotech117 <michael_foiani@brown.edu>2023-09-18 02:34:12 -0400
committersotech117 <michael_foiani@brown.edu>2023-09-18 02:34:12 -0400
commit6ed8bef65e54efdb98841ef9b6eb3ea3c9be82d5 (patch)
tree18569e996f7f2f61de2285ffa54d7854478e132d /Makefile
parent9e0994d5a997a5b8c298992f05c94ba1b22a692c (diff)
big progress on streaming in sync and controlling multiple users
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
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