git » fp-git.git » commit a885939

added valgrind run

author ecalot
2005-02-26 13:43:34 UTC
committer ecalot
2005-02-26 13:43:34 UTC
parent 9013e0a21e1d6c24703a5cfca93d52104fa00540

added valgrind run

FP/src/Makefile +3 -0

diff --git a/FP/src/Makefile b/FP/src/Makefile
index c1b9b43..288db6a 100644
--- a/FP/src/Makefile
+++ b/FP/src/Makefile
@@ -134,6 +134,9 @@ downloadmore:
 run:
 	@cd bin;./freeprince;cd ..
 
+vg:
+	@cd bin;valgrind ./freeprince;cd ..
+	
 it: $(EXEFILE) run
 
 ################