diff options
| author | John J. Camilleri <john@digitalgrammars.com> | 2021-08-09 13:41:25 +0200 |
|---|---|---|
| committer | John J. Camilleri <john@digitalgrammars.com> | 2021-08-09 13:41:25 +0200 |
| commit | 723bec1ba0579ace280f6d67ad71a1596fc4f166 (patch) | |
| tree | bb8763c6111e93a3df5ac6847bb9435dce5e934f /Makefile | |
| parent | 265f08d6eec62e1f30a2a1f6fbc3bc18be17948e (diff) | |
Changes made in order to get Hackage upload working
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |
