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
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"
Comment thread
smontanaro marked this conversation as resolved.
Outdated
@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