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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3-70-g09d2