small Makefile change
[physics.git] / 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