From: Patrik Gornicz Date: Sat, 19 Jul 2008 20:57:07 +0000 (-0400) Subject: echo fix in Makefile X-Git-Tag: v0.01~21 X-Git-Url: http://gitweb.pgornicz.com/gitweb.cgi?p=physics.git;a=commitdiff_plain;h=7dd353d9160245eef6696730231055e3f10f4d39 echo fix in Makefile --- diff --git a/src/Makefile b/src/Makefile index e6fe96b..fc76ec0 100644 --- a/src/Makefile +++ b/src/Makefile @@ -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