From: Patrik Gornicz Date: Mon, 18 Aug 2008 22:47:56 +0000 (-0400) Subject: small Makefile change X-Git-Tag: v0.05~9 X-Git-Url: http://gitweb.pgornicz.com/gitweb.cgi?p=physics.git;a=commitdiff_plain;h=eb0c55e76078d59a15137305cf82cf4f6f85000b small Makefile change --- diff --git a/src/Makefile b/src/Makefile index 6ab9af2..7e6abee 100644 --- a/src/Makefile +++ b/src/Makefile @@ -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