Skip to content

Commit

Permalink
avoid generating emacs TAGS
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyh committed Mar 24, 2022
1 parent 66bdad7 commit e78aedf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ clean:
find . -name \*.hi -exec rm {} \;

tags:
hasktags . || true
hasktags . -c || true

.PHONY: tags

0 comments on commit e78aedf

Please sign in to comment.