Franck Pommereau

fixed Makefile

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