echo fix in Makefile
authorPatrik Gornicz <Gornicz.P@gmail.com>
Sat, 19 Jul 2008 20:57:07 +0000 (16:57 -0400)
committerPatrik Gornicz <Gornicz.P@gmail.com>
Sat, 19 Jul 2008 20:57:07 +0000 (16:57 -0400)
src/Makefile

index e6fe96b..fc76ec0 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