mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-05 04:31:49 +02:00
Merge 598e48610d
into cdf903383a
This commit is contained in:
commit
a4994d62ec
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -9,7 +9,7 @@ TEMPDIR := $(shell mktemp -d)
|
|||
|
||||
all: install
|
||||
install: $(INSTALL_STAMP)
|
||||
$(INSTALL_STAMP):
|
||||
$(INSTALL_STAMP): $(PYTHON)
|
||||
$(VENV)/bin/pip install -U pip
|
||||
$(VENV)/bin/pip install -r requirements.txt
|
||||
touch $(INSTALL_STAMP)
|
||||
|
|
Loading…
Reference in a new issue