File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,9 +35,8 @@ make old new review audit
3535User manual:
3636
3737``` sh
38- $ head -39 make.py
39- #! venv/bin/python3
40- " " " Print a Makefile for handling a python module and exit
38+ $ make.py -c ' print(__doc__)'
39+ Print a Makefile for handling a python module and exit
4140
4241Adds the following command line options to the main module:
4342
@@ -74,7 +73,7 @@ To self-test all such tools in a directory - while adding their dependencies int
7473
7574Dependencies:
7675requests tiktoken # Needed for the --prompt option
77- " " "
76+
7877
7978` ` `
8079
@@ -111,7 +110,6 @@ make.py.shebang: make.py make.py.bringup
111110make.py.mk: make.py | $( PYTHON)
112111 $( PYTHON) make.py --dep $@ > /dev/null
113112-include make.py.mk
114-
115113` ` `
116114
117115- Python version 3.9 or later is required, and will be installed automatically if missing on the OS.
You can’t perform that action at this time.
0 commit comments