diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-08-31 18:45:55 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-08-31 18:45:55 -0400 |
commit | e020061e1e7dd5872f61dc31af6f649a4cac0359 (patch) | |
tree | cf5eb81d4635b5fce90d42f732234e5bef159996 /Makefile | |
parent | eedb409bcc9dcd375f122691249a61765bcc1573 (diff) |
removed hackage target, not used now
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -119,11 +119,6 @@ Build/LinuxMkLibs: Build/LinuxMkLibs.hs Build/MakeMans: Build/MakeMans.hs $(GHC) --make $@ -Wall -fno-warn-tabs -# Upload to hackage. -hackage: - @cabal sdist - @cabal upload dist/*.tar.gz - LINUXSTANDALONE_DEST=tmp/git-annex.linux linuxstandalone: $(MAKE) git-annex linuxstandalone-nobuild |