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

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