mirror of
https://github.com/pmret/papermario.git
synced 2024-11-09 12:32:38 +01:00
Update CONTRIBUTING.md
This commit is contained in:
parent
2702e2e124
commit
f297fff724
@ -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` 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`.
|
||||
You will need to edit `splat.yaml` and re-run `./configure` in certain circumstances, among which are the changing of source file names, the creation or deletion of source files, and migrating data from a .data.s file into c. 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