Skip to content

Commit

Permalink
Fix .PHONY
Browse files Browse the repository at this point in the history
  • Loading branch information
GereonV committed Sep 18, 2024
1 parent 4acf4ec commit e198119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ override PIP := $(VENV)/bin/pip
override MYPY := $(VENV)/bin/mypy
override FLAKE8 := $(VENV)/bin/flake8

.PHONY: build install uninstall run test mypy clean
.PHONY: build install uninstall run test mypy flake8 clean

$(VENV_OK): requirements.txt pyproject.toml
$(PY) -m venv $(VENV)
Expand Down

0 comments on commit e198119

Please sign in to comment.