summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-08-31 18:45:55 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-08-31 18:45:55 -0400
commite020061e1e7dd5872f61dc31af6f649a4cac0359 (patch)
treecf5eb81d4635b5fce90d42f732234e5bef159996 /Makefile
parenteedb409bcc9dcd375f122691249a61765bcc1573 (diff)
removed hackage target, not used now
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 325b345f6..46fc66a0a 100644
--- a/Makefile
+++ b/Makefile
@@ -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