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
slight expansion of Main Makefile targets section
  • Loading branch information
smontanaro committed Feb 12, 2024
commit 2d276a72deef5af2e095cb2e87973d1a83766b07
7 changes: 5 additions & 2 deletions Doc/using/configure.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1010,9 +1010,12 @@ Main Makefile targets
* ``make regen-all``: Regenerate (almost) all generated files;
``make regen-stdlib-module-names`` and ``autoconf`` must be run separately
for the remaining generated files.

* ``make clean``: Remove built files.
* ``make distclean``: Same than ``make clean``, but remove also files created
by the configure script.
* ``make distclean``: In addition to the the work done by ``make clean``,
remove files created by the configure script.
(Related: ``git clean -fdx`` removes all files not known to
`git`. Use with care.)

C extensions
------------
Expand Down