fixed makefile

This commit is contained in:
2025-01-10 20:51:42 -05:00
parent c1007acca7
commit 7a4c361f27
2 changed files with 7 additions and 3 deletions

View File

@@ -1,8 +1,8 @@
build:
if [ ! -d venv ]; then
python3 -m venv venv
fi
if [ ! -d venv ]; then \
python3 -m venv venv; \
fi \
venv/bin/pip install requirements.txt