diff --git a/Makefile b/Makefile index cf09a03f4..1e11d4c31 100644 --- a/Makefile +++ b/Makefile @@ -317,7 +317,7 @@ ifneq ($(VERSION),gc-eu-mq) $(PYTHON) extract_assets.py -j$(N_THREADS) -v $(VERSION) endif $(MAKE) f3dex3 -ifneq ($(VERSION),hackeroot-mq) +ifeq ($(VERSION),hackeroot-mq) # TODO: proper fix (for .s files) cp baseroms/hackeroot-mq/baserom-decompressed.z64 baseroms/gc-eu-mq-dbg/baserom-decompressed.z64 endif