Franck Pommereau

fixed Makefile

Showing 1 changed file with 1 additions and 1 deletions
......@@ -18,7 +18,7 @@ version:
pip: emacs version
python setup.py sdist
source $$HOME/.config/twine/pypi.creds && twine upload -u $$USERNAME -p $$PASSWORD dist/SNAKES-$$(cat VERSION).tar.gz
. $$HOME/.config/twine/pypi.creds && twine upload -u $$USERNAME -p $$PASSWORD dist/SNAKES-$$(cat VERSION).tar.gz
emacs: utils/abcd-mode.elc
......