diff options
author | Joey Hess <joey@kitenet.net> | 2013-03-11 14:44:54 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-03-11 14:44:54 -0400 |
commit | ee98604d9463da1abadd0a9490f90a8bce358279 (patch) | |
tree | 2096786ad1f0bc5f854e3abe7dffe36257e17935 /Makefile | |
parent | cb234c91fe75f8b002a42dfa54f7b932322fa44c (diff) |
update tags on dev build
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |