fix makefile output executable copy location

This commit is contained in:
gered 2011-06-07 11:01:50 -04:00
parent 174806854d
commit 89f4080c77

View file

@ -108,7 +108,7 @@ else
$(OUTPUT): $(OFILES) $(OUTPUT): $(OFILES)
$(info linking $(notdir $@)) $(info linking $(notdir $@))
$(LD) -o $@ $(LDFLAGS) $(OFILES) $(LIBS) $(LD) -o $@ $(LDFLAGS) $(OFILES) $(LIBS)
cp $(OUTPUT) ../../ cp $(OUTPUT) ../