Skip to content

Commit

Permalink
Fix typo in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkaMaul committed Aug 22, 2024
1 parent 474bfb0 commit 4afcd72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{cookiecutter.project_slug}}/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ run: $(VENV)/pyvenv.cfg
{%- endif %}

$(VENV)/pyvenv.cfg: pyproject.toml
uv venv env
uv venv $(VENV)
@. $(VENV_BIN)/activate && uv pip install -e '.[$(INSTALL_EXTRA)]'

.PHONY: lint
Expand Down

0 comments on commit 4afcd72

Please sign in to comment.