summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2013-11-20 18:21:43 -0400
committerJoey Hess <joey@kitenet.net>2013-11-20 18:21:43 -0400
commit03fd62e9991248673c02cc1cd48da6cbe3a64a4b (patch)
tree672a9997ce2d5c2f94cf9e8893f708d24a3d0b79
parent6a154cbb2ce47e33d6e775026cc1f402c7306751 (diff)
downloadgit-repair-03fd62e9991248673c02cc1cd48da6cbe3a64a4b.tar.gz
update
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 90274ac..b650760 100644
--- a/Makefile
+++ b/Makefile
@@ -31,3 +31,5 @@ hackage: clean
# hothasktags chokes on some template haskell etc, so ignore errors
tags:
find . | grep -v /.git/ | grep -v /tmp/ | grep -v /dist/ | grep -v /doc/ | egrep '\.hs$$' | xargs hothasktags > tags 2>/dev/null
+
+.PHONY: tags