diff --git a/Makefile b/Makefile index 98998d15..27dbb172 100644 --- a/Makefile +++ b/Makefile @@ -215,7 +215,7 @@ endif #### Main Targets ### -decompress: baserom.us.z64 +decompress: $(BASEROM) @echo "Decompressing ROM..." @$(PYTHON) $(COMPTOOL) -d $(BASEROM) $(BASEROM_UNCOMPRESSED)