We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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