Loading Makefile +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ zip: #========================== dist: dist-check build: if [ ! python3 -m pytest --version ]; then python3 -m pip install --user pytest; fi if ! python3 -m pytest --version; then python3 -m pip install --user pytest; fi python3 -m pytest build.py ./build.py sed -i "s/PKG_VERSION/$(VERSION)/g" zero-input.el Loading Loading
Makefile +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ zip: #========================== dist: dist-check build: if [ ! python3 -m pytest --version ]; then python3 -m pip install --user pytest; fi if ! python3 -m pytest --version; then python3 -m pip install --user pytest; fi python3 -m pytest build.py ./build.py sed -i "s/PKG_VERSION/$(VERSION)/g" zero-input.el Loading