fix: mention config.py in readme

This commit is contained in:
thetek 2023-06-24 10:45:51 +02:00
parent 4039ea46ee
commit f72c871e5c
1 changed files with 5 additions and 2 deletions

View File

@ -29,5 +29,8 @@ build/build.py fmt
build/build.py clean
```
Source files are located in `src/`, header files are located in `inc/` and
anything used for testing goes in `test/`.
By default, source files are located in `src/`, header files are located in
`inc/` and anything used for testing goes in `test/`.
Compiler options, source folders and the target binary name can be changed in
`build/config.py`.