Remove ancient and outdated references to config.mk

This commit is contained in:
Joshua Nelson 2022-12-23 19:03:51 -06:00
parent 1bd1b25be8
commit 70a0e0a277
3 changed files with 4 additions and 15 deletions

View file

@ -228,9 +228,7 @@ configure script and makefile (the latter of which just invokes `x.py`).
make && sudo make install
```
When using the configure script, the generated `config.mk` file may override the
`config.toml` file. To go back to the `config.toml` file, delete the generated
`config.mk` file.
`configure` generates a `config.toml` which can also be used with normal `x.py` invocations.
## Building Documentation