aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsotech117 <michael_foiani@brown.edu>2023-09-20 14:11:25 -0400
committersotech117 <michael_foiani@brown.edu>2023-09-20 14:11:25 -0400
commiteb54bfb53ea53390a6a3a830f304d674ff37cb99 (patch)
tree6f817527e56cb05ecf198b38e71d9a2e191d18ce
parent263589f2c0de5b64f9da235ea6fdec8ea7c99c95 (diff)
fix makefile for submission
-rw-r--r--Makefile2
-rwxr-xr-xsnowcast_clientbin13864 -> 0 bytes
-rwxr-xr-xsnowcast_controlbin0 -> 34317 bytes
-rwxr-xr-xsnowcast_serverbin14176 -> 34620 bytes
4 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index dd41959..78257f0 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ server:
$(CC) $(CFLAGS) snowcast_server server.c
client:
- $(CC) $(CFLAGS) snowcast_client client.c
+ $(CC) $(CFLAGS) snowcast_control client.c
clean:
rm -f server client \ No newline at end of file
diff --git a/snowcast_client b/snowcast_client
deleted file mode 100755
index 5e208f3..0000000
--- a/snowcast_client
+++ /dev/null
Binary files differ
diff --git a/snowcast_control b/snowcast_control
new file mode 100755
index 0000000..51b0660
--- /dev/null
+++ b/snowcast_control
Binary files differ
diff --git a/snowcast_server b/snowcast_server
index 75713b7..6f52889 100755
--- a/snowcast_server
+++ b/snowcast_server
Binary files differ