From a4d695b1ca0fcd2bd773b1897970028487b5d593 Mon Sep 17 00:00:00 2001 From: Max Value Date: Thu, 25 Dec 2025 22:20:32 +0000 Subject: [PATCH] see last --- Makefile | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.39.2