added gitclean and gitcleanf to Makefile, insures local copy matches what is being... v0.06
authorPatrik Gornicz <Gornicz.P@gmail.com>
Thu, 21 Aug 2008 23:11:18 +0000 (19:11 -0400)
committerPatrik Gornicz <Gornicz.P@gmail.com>
Thu, 21 Aug 2008 23:11:18 +0000 (19:11 -0400)
src/Makefile

index b45814a..65787c3 100644 (file)
@@ -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 $^