From 66815016ba3a913ccb40791d9941ecce65264291 Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Thu, 31 Jul 2014 17:18:25 +1000 Subject: [PATCH] Fixed the debugging makefile's output directory --- common/debugging/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/debugging/makefile b/common/debugging/makefile index a4efd0c..9013447 100644 --- a/common/debugging/makefile +++ b/common/debugging/makefile @@ -11,7 +11,7 @@ OBJDIR=obj OBJ+=$(addprefix $(OBJDIR)/,$(CXXSRC:.cpp=.o)) #output -OUTDIR=.. +OUTDIR=../.. OUT=$(addprefix $(OUTDIR)/,libcommon.a) #targets