diff options
| author | fig02 <fig02srl@gmail.com> | 2024-08-06 13:32:34 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-06 13:32:34 -0400 |
| commit | 6a8c556bdb38d89e3bef8a225cbbb5469bf1cf7f (patch) | |
| tree | 4c77893ea7cc15ac3a6870c1e8917d11dd8b4471 /.gitignore | |
| parent | 6c4935dc184122d395e1f546ec35573c4d2d3d96 (diff) | |
Add make_options.mk (#2016)
* make-options.mk
* fix file name
* Make more settings overwritable with .make_options.mk and group them together
* PAL -> EU
---------
Co-authored-by: Derek Hensley <hensley.derek58@gmail.com>
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index fcb8f37f6..3b1e6398a 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,7 @@ __pycache__/ .idea/ # Project-specific ignores +.make_options.mk extracted/ build/ expected/ |
