added more colors and balls
[physics.git] / src / Makefile
index e6fe96b..4ae7179 100644 (file)
@@ -100,7 +100,7 @@ tags: ${SRCS}
        ctags $^
 
 tar:
-       ${Q1}echo "tar: physics.tar"
+       ${Q1}echo "tar: physics.tar.bz2"
        ${Q2}rm -f physics.tar # prevents appending
        ${Q2}for f in ${TARS}; do\
                tar -C ../.. -rf physics.tar "physics/src/$$f"; done
@@ -116,7 +116,7 @@ run: all
 
 .PHONY: val
 val: all
-       valgrind ${TARGET}
+       valgrind --leak-check=full ${TARGET}
 
 .PHONY: prof
 prof: all