Skip to content
Snippets Groups Projects
Commit 9ea446d2 authored by Iustin Pop's avatar Iustin Pop
Browse files

Add a 'tags' makefile target

This uses hasktags for building emacs TAGS.
parent 2bbf77cc
No related branches found
No related tags found
No related merge requests found
......@@ -72,4 +72,7 @@ else
hpc report test $(HPCEXCL)
endif
.PHONY : all doc maintainer-clean clean dist check
tags:
find -name '*.hs' | xargs hasktags -e
.PHONY : all doc maintainer-clean clean dist check tags
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment