8000 `venv` is not a `.PHONY` target · BioComputing/twilio-python@784472c · GitHub
[go: up one dir, main page]

Skip to content

Commit 784472c

Browse files
author
matt
committed
venv is not a .PHONY target
1 parent a73f0cc commit 784472c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.PHONY: clean venv install analysis test test-install docs docs-install
1+
.PHONY: clean install analysis test test-install docs docs-install
22

33
venv:
44
virtualenv venv

0 commit comments

Comments
 (0)
0