summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn J. Camilleri <john@digitalgrammars.com>2021-08-09 13:41:25 +0200
committerJohn J. Camilleri <john@digitalgrammars.com>2021-08-09 13:41:25 +0200
commit723bec1ba0579ace280f6d67ad71a1596fc4f166 (patch)
treebb8763c6111e93a3df5ac6847bb9435dce5e934f /Makefile
parent265f08d6eec62e1f30a2a1f6fbc3bc18be17948e (diff)
Changes made in order to get Hackage upload working
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index cdb35e49a..fc2a38808 100644
--- a/Makefile
+++ b/Makefile
@@ -65,6 +65,6 @@ bintar:
# Make a source tar.gz distribution using git to make sure that everything is included.
# We put the distribution in dist/ so it is removed on `make clean`
-sdist:
- test -d dist || mkdir dist
- git archive --format=tar.gz --output=dist/gf-${VERSION}.tar.gz HEAD
+# sdist:
+# test -d dist || mkdir dist
+# git archive --format=tar.gz --output=dist/gf-${VERSION}.tar.gz HEAD