add venv to list of .PHONY in Makefile

This commit is contained in:
Steven Conaway 2022-05-02 23:22:43 -07:00 committed by GitHub
parent 0bea6fd43b
commit 9c6cb6c5ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -87,4 +87,4 @@ release-note:
@echo "\n"
git --no-pager shortlog -s -n $(LASTTAG)..HEAD
.PHONY: test docs docs-server
.PHONY: test docs docs-server venv