Skip to content

Commit

Permalink
simplify snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
picnixz committed Jul 15, 2024
1 parent d1cdd1d commit defb31e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions developer-workflow/extension-modules.rst
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ Now that everything is in place, it remains to compile the project:
.. code-block:: shell
make regen-configure
./configure --with-pydebug
./configure
make regen-all
make regen-stdlib-module-names
make
Expand All @@ -404,8 +404,6 @@ Now that everything is in place, it remains to compile the project:

* ``make regen-configure`` updates the :cpy-file:`configure` script.

* ``./configure --with-pydebug`` updates the ``Makefile``.

* ``make regen-all`` is responsible for regenerating header files and
invoking other scripts, such as :ref:`Arguments Clinic <clinic>`.
It is useful to run when you do not know which files should be updated.
Expand Down

0 comments on commit defb31e

Please sign in to comment.