mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 03:32:51 -06:00
Added tags target for building a TAGS file.
This commit is contained in:
@@ -59,7 +59,7 @@ else
|
|||||||
BUILD_JAR=
|
BUILD_JAR=
|
||||||
endif
|
endif
|
||||||
|
|
||||||
.PHONY: all unix jar gfdoc windows install install-gf \
|
.PHONY: all unix jar tags gfdoc windows install install-gf \
|
||||||
temp install-gfdoc install-editor \
|
temp install-gfdoc install-editor \
|
||||||
today help clean windows-msi
|
today help clean windows-msi
|
||||||
|
|
||||||
@@ -154,7 +154,8 @@ ghci-trace: ghci
|
|||||||
prof: GHCOPTFLAGS += -prof -auto-all -auto-dicts
|
prof: GHCOPTFLAGS += -prof -auto-all -auto-dicts
|
||||||
prof: all
|
prof: all
|
||||||
|
|
||||||
|
tags:
|
||||||
|
find GF Transfer -name '*.hs' | xargs hasktags
|
||||||
|
|
||||||
#
|
#
|
||||||
# Help file
|
# Help file
|
||||||
|
|||||||
Reference in New Issue
Block a user