Fixed the debugging makefile's output directory

This commit is contained in:
Kayne Ruse
2014-07-31 17:18:25 +10:00
parent 46f02dcfdd
commit 66815016ba
+1 -1
View File
@@ -11,7 +11,7 @@ OBJDIR=obj
OBJ+=$(addprefix $(OBJDIR)/,$(CXXSRC:.cpp=.o))
#output
OUTDIR=..
OUTDIR=../..
OUT=$(addprefix $(OUTDIR)/,libcommon.a)
#targets