diff options
author | sotech117 <michael_foiani@brown.edu> | 2023-09-15 01:10:57 -0400 |
---|---|---|
committer | sotech117 <michael_foiani@brown.edu> | 2023-09-15 01:10:57 -0400 |
commit | cbfafaabbd846e625796f275b2e843376385cc36 (patch) | |
tree | 3f3f59aa8ce02e3b11a097d0b6ef651bbb3db2b0 /Makefile | |
parent | 003c34172ffa9c8256a3ec4db913c53c825c6c9f (diff) |
work on server handling multiple clients with a fd set
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |