Merge pull request #2043 from SConaway/patch-1

add venv to list of .PHONY in Makefile
pull/2051/head
Nicolas Hennion 2022-05-03 08:26:07 +02:00 committed by GitHub
commit 3dd6830e95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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