8000 gh-106259: add minimal help target to Makefile by smontanaro · Pull Request #106260 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-106259: add minimal help target to Makefile #106260

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 17 commits into from
Mar 7, 2024
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
move distclean to follow clean, tweak wording slightly
  • Loading branch information
smontanaro committed Feb 12, 2024
commit 85d1e08f15a1e1db92865fa678b073e6f32a5539
2 changes: 1 addition & 1 deletion Makefile.pre.in
Original file line number Diff line number Diff line change
Expand Up @@ -651,8 +651,8 @@ all: @DEF_MAKE_ALL_RULE@
help:
@echo "Please use \`make <target>' where <target> is one of"
@echo " clean to remove build files"
@echo " distclean 'clean' + remove other generated files (patch, exe, etc)"
@echo " clinic run Argument Clinic over source files"
@echo " distclean to remove other generated files (patch, exe, etc)"
@echo " install install built files"
@echo " recheck rerun configure with last cmdline options"
@echo " regen-all regenerate a number of generated source files"
Expand Down
0