]> OzVa Git service - conf-dialer/commitdiff
see last
authorMax Value <greenwoodw50@gmail.com>
Thu, 25 Dec 2025 22:21:13 +0000 (22:21 +0000)
committerMax Value <greenwoodw50@gmail.com>
Thu, 25 Dec 2025 22:21:13 +0000 (22:21 +0000)
Makefile

index 215555f992e17c350434e3194eb830a830ea8aec..8a73d020c513c672fe4442a494b007f2caf07361 100644 (file)
--- 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