From: Patrik Gornicz Date: Thu, 9 Oct 2008 03:19:16 +0000 (-0400) Subject: fixed make X-Git-Tag: v0.07~7^2 X-Git-Url: http://gitweb.pgornicz.com/gitweb.cgi?p=physics.git;a=commitdiff_plain;h=823da4ea799e7e0ad8a52c9a2c86ce1278bb432a fixed make --- diff --git a/src/Makefile b/src/Makefile index d40f145..342a14e 100644 --- a/src/Makefile +++ b/src/Makefile @@ -127,7 +127,7 @@ cgdb: all .PHONY: val val: all - cd ${WORKINGDIR}; valgrind ${VALFLAGS} ${TARGETNAME} + cd ${WORKINGDIR}; valgrind ${VALFLAGS} ./${TARGETNAME} .PHONY: prof prof: run