Make dist non-interactive by default
This commit is contained in:
2
Makefile
2
Makefile
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user