From 89f4080c77161f13d0851c79ef4432ad32ba2d6c Mon Sep 17 00:00:00 2001 From: gered Date: Tue, 7 Jun 2011 11:01:50 -0400 Subject: [PATCH] fix makefile output executable copy location --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 40881b8..c775f31 100644 --- a/Makefile +++ b/Makefile @@ -108,7 +108,7 @@ else $(OUTPUT): $(OFILES) $(info linking $(notdir $@)) $(LD) -o $@ $(LDFLAGS) $(OFILES) $(LIBS) - cp $(OUTPUT) ../../ + cp $(OUTPUT) ../