diff --git a/Makefile b/Makefile index 38a41ab769..3f4f86197e 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