fixed makefile
This commit is contained in:
6
Makefile
6
Makefile
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user