diff options
| author | Derek Hensley <hensley.derek58@gmail.com> | 2022-05-25 19:15:28 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-25 22:15:28 -0400 |
| commit | f1d1d8320675469e241bc5ee374af905e42a24bd (patch) | |
| tree | 6a79b000f72882ce20f829a057b8462ac60cc6f2 /.gitignore | |
| parent | 6d3bcc5cbb8f5a479d4b0a260cbff92d2e6decfb (diff) | |
Makefile Changes (#727)
* Change makefile so rom doesn't need to match by default for compression, also change JenkinsFile to split off compression step from building
* Swap uncompressed and compressed in all target
* Forgot to change check warnings stage name
* Intentionally produce non_matching
* Fix
* Add assets target
* Jenkins assets
* Update update_current_warnings
* .make_options config file
* Change comment at top
* Add toggle options for CC_CHECK and OBJDUMP
* Small cleanup
* Whitespace
* More
* bin dumping
* Whitespace
* Review
* Fix comment
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 80fe09807..aa3f65077 100644 --- a/.gitignore +++ b/.gitignore @@ -51,3 +51,4 @@ docs/doxygen/ # Per-user configuration .python-version +.make_options |
