small Makefile change v0.04
authorPatrik Gornicz <Gornicz.P@gmail.com>
Mon, 18 Aug 2008 22:47:56 +0000 (18:47 -0400)
committerPatrik Gornicz <Gornicz.P@gmail.com>
Mon, 18 Aug 2008 22:47:56 +0000 (18:47 -0400)
src/Makefile

index 6ab9af2..7e6abee 100644 (file)
@@ -85,7 +85,7 @@ all: ${TARGET}
 
 ${TARGET}: ${OBJS}
        ${Q1}echo "${CXX}: $@"
-       ${Q2}${CXX} ${CXXFLAGS} -o ${TARGET} $^ ${LIBS}
+       ${Q2}${CXX} ${CXXFLAGS} -o $@ $^ ${LIBS}
 
 # rule to make a depend file from a .cpp
 ${DEPSDIR}%.d: %.cpp