aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorsotech117 <michael_foiani@brown.edu>2023-09-15 01:10:57 -0400
committersotech117 <michael_foiani@brown.edu>2023-09-15 01:10:57 -0400
commitcbfafaabbd846e625796f275b2e843376385cc36 (patch)
tree3f3f59aa8ce02e3b11a097d0b6ef651bbb3db2b0 /Makefile
parent003c34172ffa9c8256a3ec4db913c53c825c6c9f (diff)
work on server handling multiple clients with a fd set
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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