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