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