aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 277de9a..3aae1ce 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ CFLAGS = -g -I. -std=gnu99 -Wall -pthread
all: server client
server:
- $(CC) $(CFLAGS) -o snowcast_server snowcast_server_concurrent.c
+ $(CC) $(CFLAGS) -o snowcast_server server.c
client:
$(CC) $(CFLAGS) -o snowcast_control client.c