summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoey Hess2014-03-30 20:46:31 -0400
committerJoey Hess2014-03-30 20:46:31 -0400
commit1c65b86f8302cd42152e26c9d4fd24285a8e70c0 (patch)
treedf3554173dcdf92baf9c7f9ff458f6a97ee4a62b /Makefile
parenta920555ed1da6a8608781a80cbe0fdae6f075b03 (diff)
propellor spin
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6571ffad..66f329e6 100644
--- a/Makefile
+++ b/Makefile
@@ -24,3 +24,5 @@ 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