summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2022-03-24 13:30:15 -0400
committerJoey Hess <joeyh@joeyh.name>2022-03-24 13:30:15 -0400
commite78aedf04f6fdabb948ab91d3b0b670e4765c6a2 (patch)
treebc70c9adfe8433a43cea08ab206462c6f42fc174 /Makefile
parent66bdad7cd2857e108642d2a468d6d4906704d052 (diff)
downloadgit-repair-e78aedf04f6fdabb948ab91d3b0b670e4765c6a2.tar.gz
avoid generating emacs TAGS
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 00e2275..ddb440b 100644
--- a/Makefile
+++ b/Makefile
@@ -38,6 +38,6 @@ clean:
find . -name \*.hi -exec rm {} \;
tags:
- hasktags . || true
+ hasktags . -c || true
.PHONY: tags