From 522702b527b3adfb3ffdba608478e664278fbc86 Mon Sep 17 00:00:00 2001 From: Max Value Date: Thu, 25 Dec 2025 22:21:13 +0000 Subject: [PATCH] see last --- Makefile | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.2