Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update Makefile.pre.in
Co-authored-by: Victor Stinner <vstinner@python.org>
  • Loading branch information
smontanaro and vstinner authored Feb 18, 2024
commit dce3980219fc9d5de5040b0042eb3f54292f8f24
5 changes: 3 additions & 2 deletions Makefile.pre.in
Original file line number Diff line number Diff line change
Expand Up @@ -649,8 +649,9 @@ all: @DEF_MAKE_ALL_RULE@
# Provide quick help for common Makefile targets.
.PHONY: help
help:
@echo "Please use 'make <target>' where <target> is one of"
@echo " all build the python executable and extension modules"
@echo "make: build the python executable and extension modules"
@echo
@echo "Or 'make <target>' where <target> is one of:"
@echo " test run the test suite"
@echo " install install built files"
@echo " regen-all regenerate a number of generated source files"
Expand Down