From: Patrik Gornicz Date: Thu, 21 Aug 2008 23:11:18 +0000 (-0400) Subject: added gitclean and gitcleanf to Makefile, insures local copy matches what is being... X-Git-Tag: v0.06^0 X-Git-Url: http://gitweb.pgornicz.com/gitweb.cgi?p=physics.git;a=commitdiff_plain;h=d893cce237bd4b280c8272cfa427d9c202c3baf6 added gitclean and gitcleanf to Makefile, insures local copy matches what is being hosted --- diff --git a/src/Makefile b/src/Makefile index b45814a..65787c3 100644 --- a/src/Makefile +++ b/src/Makefile @@ -114,6 +114,16 @@ distclean: clean ${Q1}echo "CLEAN: tags prof gmon.out" ${Q2}rm -f tags prof gmon.out +.PHONY: gitclean +gitclean: + ${Q1}echo "git-clean: show, use gitcleanf to force" + ${Q2}cd ..; git clean -nxd + +.PHONY: gitcleanf +gitcleanf: + ${Q1}echo "git-clean: forced" + ${Q2}cd ..; git clean -fxd + tags: ${SRCS} ctags $^