From cbfafaabbd846e625796f275b2e843376385cc36 Mon Sep 17 00:00:00 2001 From: sotech117 Date: Fri, 15 Sep 2023 01:10:57 -0400 Subject: work on server handling multiple clients with a fd set --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 23d8e32..be4e159 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ default: all all: server client server: server.c - $(CC) $(CFLAGS) -o snowcast_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 -- cgit v1.2.3-70-g09d2