From: Max Value Date: Thu, 25 Dec 2025 22:21:13 +0000 (+0000) Subject: see last X-Git-Url: https://git.ozva.co.uk/?a=commitdiff_plain;h=522702b527b3adfb3ffdba608478e664278fbc86;p=conf-dialer see last --- diff --git a/Makefile b/Makefile index 215555f..8a73d02 100644 --- a/Makefile +++ b/Makefile @@ -2,6 +2,7 @@ all : .venv/touchfile .venv/bin/python -m flask --app dialer run build : .venv/touchfile + .venv/bin/python -m pip install . .venv/touchfile : requirements.txt python -m venv .venv