summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--client.c (renamed from clientd.c)0
-rw-r--r--server.c (renamed from serverd.c)0
3 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cbdd2f3..1e2834c 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ CC = gcc
CFLAGS = -Wall -Wextra -O2 -g -std=c11 -fwrapv -pthread
LDFLAGS = -pthread
-TARGETS = serverd clientd
+TARGETS = server client
SOURCES = $(filter-out $(patsubst %,%.c,$(TARGETS)),$(wildcard *.c))
OBJECTS = $(patsubst %.c,%.o,$(SOURCES))
diff --git a/clientd.c b/client.c
index 0f8bde1..0f8bde1 100644
--- a/clientd.c
+++ b/client.c
diff --git a/serverd.c b/server.c
index b99e4ea..b99e4ea 100644
--- a/serverd.c
+++ b/server.c