X-Git-Url: http://gitweb.pgornicz.com/gitweb.cgi?p=physics.git;a=blobdiff_plain;f=src%2FMakefile;h=7e6abee953f3323732cb6f0f8fb89f6d220093e9;hp=6ab9af2823ea12239601509c77a0bdb304ed33ad;hb=eb0c55e76078d59a15137305cf82cf4f6f85000b;hpb=6050c69df8c17427c5ea6d4bf0ee9bea7316279b 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