summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-03-11 14:44:54 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-03-11 14:44:54 -0400
commitee98604d9463da1abadd0a9490f90a8bce358279 (patch)
tree2096786ad1f0bc5f854e3abe7dffe36257e17935 /Makefile
parentcb234c91fe75f8b002a42dfa54f7b932322fa44c (diff)
update tags on dev build
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 38a41ab76..3f4f86197 100644
--- a/Makefile
+++ b/Makefile
@@ -18,6 +18,7 @@ build: $(all)
fast: dist/caballog
@$$(grep 'ghc --make' dist/caballog | head -n 1)
@ln -sf dist/build/git-annex/git-annex git-annex
+ @$(MAKE) tags &
dist/caballog: git-annex.cabal
$(CABAL) configure -f"-Production" -O0