diff options
author | Joey Hess <joey@kitenet.net> | 2013-06-17 11:12:18 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-06-17 11:12:18 -0400 |
commit | 01604423ae6723ed246fee6a34b518137c91dd57 (patch) | |
tree | a61f103d5c106f19390703e70ecc19dd6f5f2aa7 /Makefile | |
parent | ecc580ebfa108db78091471efa1a5ae7f135b82b (diff) |
typo
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |