summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDerek Hensley <hensley.derek58@gmail.com>2025-05-25 19:10:03 -0700
committerGitHub <noreply@github.com>2025-05-25 19:10:03 -0700
commit13d92a413bf8ca267d865e34cf74b608d2c0ed48 (patch)
treec4736858a50df1126dde568b8117aefeb5495f9e /Makefile
parentc99e2328ef952b7a443ac58a59950b8d637f7b16 (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--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 98b24a74d..51e1dfd8a 100644
--- a/Makefile
+++ b/Makefile
@@ -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