Skip to content

Commit

Permalink
Merge branch 'main' into 247-purl-cli-add-urls
Browse files Browse the repository at this point in the history
Reference: #247

Signed-off-by: John M. Horan [email protected]
  • Loading branch information
johnmhoran committed Feb 17, 2024
2 parents db9b01c + 21c24f4 commit 745b24f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ virtualenv:

conf:
@echo "-> Install dependencies"
@./configure
@PYTHON_EXECUTABLE=${PYTHON_EXE} ./configure

dev:
@echo "-> Configure and install development dependencies"
@./configure --dev
@PYTHON_EXECUTABLE=${PYTHON_EXE} ./configure --dev

envfile:
@echo "-> Create the .env file and generate a secret key"
Expand Down Expand Up @@ -79,7 +79,7 @@ check:

clean:
@echo "-> Clean the Python env"
@./configure --clean
@PYTHON_EXECUTABLE=${PYTHON_EXE} ./configure --clean

migrate:
@echo "-> Apply database migrations"
Expand Down

0 comments on commit 745b24f

Please sign in to comment.