X-Git-Url: http://gitweb.pgornicz.com/gitweb.cgi?p=physics.git;a=blobdiff_plain;f=src%2FMakefile;h=4ae7179af6fc9f792d33cf85ad5b1f1a95b4441a;hp=fc76ec0cc1c762044ebba6f2e7eef470111285f4;hb=f72f4a59026b8daa160908170f366c843aca5bb9;hpb=63ae369aa5699bbeb3613586ac446c2a5c1868e2 diff --git a/src/Makefile b/src/Makefile index fc76ec0..4ae7179 100644 --- a/src/Makefile +++ b/src/Makefile @@ -116,7 +116,7 @@ run: all .PHONY: val val: all - valgrind ${TARGET} + valgrind --leak-check=full ${TARGET} .PHONY: prof prof: all