diff options
author | Joey Hess <joey@kitenet.net> | 2012-01-13 15:08:28 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-01-13 15:08:28 -0400 |
commit | 9ad52ef67ccf42654110cde6735409c75fdc1daf (patch) | |
tree | dc171e39535599b7dbb511861a4d6a84e92a805b /Makefile | |
parent | 66aac77467fd897bb5a148c8126804464097b582 (diff) |
add hackage target
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -100,4 +100,8 @@ sdist: clean @cabal sdist @mv git-annex.cabal.orig git-annex.cabal +# Upload to hackage. +hackage: sdist + @cabal upload dist/*.tar.gz + .PHONY: $(bins) test install |