From 76206a11465a387f2c4995041426e3567831d614 Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Sat, 4 Oct 2014 19:09:37 +1000 Subject: [PATCH] Minor fix --- client/client_utilities/makefile | 2 +- todo.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/client/client_utilities/makefile b/client/client_utilities/makefile index 8d12afe..4a01dcd 100644 --- a/client/client_utilities/makefile +++ b/client/client_utilities/makefile @@ -12,7 +12,7 @@ OBJ+=$(addprefix $(OBJDIR)/,$(CXXSRC:.cpp=.o)) #output OUTDIR=.. -OUT=$(addprefix $(OUTDIR)/,server.a) +OUT=$(addprefix $(OUTDIR)/,client.a) #targets all: $(OBJ) $(OUT) diff --git a/todo.txt b/todo.txt index e4c83ea..4cc86ff 100644 --- a/todo.txt +++ b/todo.txt @@ -10,3 +10,4 @@ TODO: Authentication TODO: Time delay for requesting region packets TODO: A proper logging system +TODO: Update Codebase with the improvements from Tortuga \ No newline at end of file