remove TAGS target
hothasktags dropped emacs support, and probably emacs users will use haskell-language-server rather than tags, I guess
This commit is contained in:
parent
a44e14678a
commit
e8baf5d58f
1 changed files with 1 additions and 5 deletions
6
Makefile
6
Makefile
|
@ -114,10 +114,6 @@ retest: git-annex
|
||||||
tags:
|
tags:
|
||||||
@$(MAKE) --quiet hothasktags HOTHASKTAGS_OPT= TAGFILE=tags
|
@$(MAKE) --quiet hothasktags HOTHASKTAGS_OPT= TAGFILE=tags
|
||||||
|
|
||||||
# TAGS file for emacs
|
|
||||||
TAGS:
|
|
||||||
@$(MAKE) --quiet hothasktags HOTHASKTAGS_OPT=-e TAGFILE=TAGS
|
|
||||||
|
|
||||||
# https://github.com/luqui/hothasktags/issues/18
|
# https://github.com/luqui/hothasktags/issues/18
|
||||||
HOTHASKTAGS_ARGS=-XLambdaCase -XPackageImports --cpp
|
HOTHASKTAGS_ARGS=-XLambdaCase -XPackageImports --cpp
|
||||||
|
|
||||||
|
@ -249,4 +245,4 @@ distributionupdate:
|
||||||
ghc -Wall -fno-warn-tabs --make Build/DistributionUpdate -XLambdaCase -XPackageImports
|
ghc -Wall -fno-warn-tabs --make Build/DistributionUpdate -XLambdaCase -XPackageImports
|
||||||
./Build/DistributionUpdate
|
./Build/DistributionUpdate
|
||||||
|
|
||||||
.PHONY: git-annex git-union-merge tags TAGS
|
.PHONY: git-annex git-union-merge tags
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue