Minor fix

This commit is contained in:
Kayne Ruse
2014-10-04 19:09:37 +10:00
parent 1f099a07dc
commit 76206a1146
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ OBJ+=$(addprefix $(OBJDIR)/,$(CXXSRC:.cpp=.o))
#output #output
OUTDIR=.. OUTDIR=..
OUT=$(addprefix $(OUTDIR)/,server.a) OUT=$(addprefix $(OUTDIR)/,client.a)
#targets #targets
all: $(OBJ) $(OUT) all: $(OBJ) $(OUT)
+1
View File
@@ -10,3 +10,4 @@ TODO: Authentication
TODO: Time delay for requesting region packets TODO: Time delay for requesting region packets
TODO: A proper logging system TODO: A proper logging system
TODO: Update Codebase with the improvements from Tortuga