typo
This commit is contained in:
parent
6d48a69788
commit
a987012af1
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -50,7 +50,7 @@ install: build install-docs Build/InstallDesktopFile
|
|||
test: git-annex
|
||||
./git-annex test
|
||||
|
||||
# hothasktags chokes on some tempolate haskell etc, so ignore errors
|
||||
# hothasktags chokes on some template haskell etc, so ignore errors
|
||||
tags:
|
||||
find . | grep -v /.git/ | grep -v /tmp/ | grep -v /dist/ | grep -v /doc/ | egrep '\.hs$$' | xargs hothasktags > tags 2>/dev/null
|
||||
|
||||
|
|
Loading…
Reference in a new issue