From eb54bfb53ea53390a6a3a830f304d674ff37cb99 Mon Sep 17 00:00:00 2001 From: sotech117 Date: Wed, 20 Sep 2023 14:11:25 -0400 Subject: fix makefile for submission --- Makefile | 2 +- snowcast_client | Bin 13864 -> 0 bytes snowcast_control | Bin 0 -> 34317 bytes snowcast_server | Bin 14176 -> 34620 bytes 4 files changed, 1 insertion(+), 1 deletion(-) delete mode 100755 snowcast_client create mode 100755 snowcast_control 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 Binary files a/snowcast_client and /dev/null differ diff --git a/snowcast_control b/snowcast_control new file mode 100755 index 0000000..51b0660 Binary files /dev/null and b/snowcast_control differ diff --git a/snowcast_server b/snowcast_server index 75713b7..6f52889 100755 Binary files a/snowcast_server and b/snowcast_server differ -- cgit v1.2.3-70-g09d2