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