diff options
| author | Derek Hensley <hensley.derek58@gmail.com> | 2025-05-25 19:10:03 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-25 19:10:03 -0700 |
| commit | 13d92a413bf8ca267d865e34cf74b608d2c0ed48 (patch) | |
| tree | c4736858a50df1126dde568b8117aefeb5495f9e /Makefile | |
| parent | c99e2328ef952b7a443ac58a59950b8d637f7b16 (diff) | |
Misc Fixes (#1809)
* EnAn MsgScriptCallback
* Version check
* Write .extracted-assets.json to outputDir
* Fix m2ctx
* Fix boot_functions.csv
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -78,6 +78,12 @@ export LANG := C CFLAGS := CPPFLAGS := +ifeq ($(VERSION),n64-us) +# Intentionally blank for now +else +$(error Unsupported version $(VERSION)) +endif + ifeq ($(COMPILER),gcc) CPPFLAGS += -DCOMPILER_GCC NON_MATCHING := 1 |
