Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da9de51 commit fb7f510Copy full SHA for fb7f510
Makefile
@@ -16,6 +16,6 @@ install:
16
17
.PHONY: help
18
help:
19
- @echo "all: run the \`\`\install\`\\ rule, and also rebuild the cpython docs"
20
- @echo "install: build the package, and install it in the virtual environment"
21
- @echo " at $(CPYTHON_PATH)/Doc/venv"
+ @echo "all: default rule; run the \`install\` rule, and also rebuild the cpython docs"
+ @echo "install: build the package, and install it into the virtual environment"
+ @echo " at $(CPYTHON_PATH)/Doc/venv"
0 commit comments