mirror of
https://github.com/pmret/papermario.git
synced 2024-11-18 00:42:34 +01:00
configure.py -> configure
This commit is contained in:
parent
cedfcbbb89
commit
2702e2e124
@ -9,7 +9,7 @@ There are a few additional dependencies needed when contributing to this project
|
||||
|
||||
## Build System
|
||||
|
||||
You will need to re-run `./configure.py` whenever `splat.yaml` or the number of source files changes (e.g. a function is matched and its `.s` file is removed). If you `git pull` and `ninja` breaks, you probably need to re-run `./configure.py`.
|
||||
You will need to re-run `./configure` whenever `splat.yaml` or the number of source files changes (e.g. a function is matched and its `.s` file is removed). If you `git pull` and `ninja` breaks, you probably need to re-run `./configure`.
|
||||
|
||||
If you use Visual Studio Code, you can use _Run Build Task_ (Ctrl+Shift+B) to run `ninja`. Any errors or warnings generated by the compiler will show up in the _Problems_ tab.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user