Make dist non-interactive by default

This commit is contained in:
Piotr Dobrowolski 2018-09-02 13:47:51 +02:00
parent 9a426f25bb
commit f947a382b7

View File

@ -27,7 +27,7 @@ run: all
$(PY) luftdaten-tool.py $(PY) luftdaten-tool.py
dist: all dist: all
$(PY) -m PyInstaller luftdaten-tool.spec $(PY) -m PyInstaller -y luftdaten-tool.spec
deps: deps:
$(PY) -m pip install -U -r requirements.txt $(PY) -m pip install -U -r requirements.txt