added phonies to make, added fps to debug
[physics.git] / src / Makefile
index 6168eb3..7964286 100644 (file)
@@ -106,6 +106,7 @@ distclean: clean
 tags: ${SRCS}
        ctags $^
 
+.PHONY: tar
 tar:
        ${Q1}echo "tar: physics.tar.bz2"
        ${Q2}rm -f physics.tar # prevents appending
@@ -113,6 +114,7 @@ tar:
                tar -C ../.. -rf physics.tar "physics/src/$$f"; done
        ${Q2}bzip2 physics.tar
 
+.PHONY: git-tar
 git-tar:
        ${Q1}echo "git-archive: ../physics.tar.bz2"
        ${Q2}cd ..; git-archive --prefix=physics/ HEAD | bzip2 > physics.tar.bz2