From c2805ff35bb0829d5a75d5dd1cbd2b943798b7f8 Mon Sep 17 00:00:00 2001 From: LOuroboros Date: Tue, 5 Jan 2021 23:00:49 -0300 Subject: [PATCH] Tweaked Makefile after cry changes --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index a1aaeb8c04..d91f6de315 100644 --- a/Makefile +++ b/Makefile @@ -216,8 +216,8 @@ include songs.mk %.lz: % ; $(GFX) $< $@ %.rl: % ; $(GFX) $< $@ -$(CRY_SUBDIR)/cry_not_%.bin: $(CRY_SUBDIR)/cry_not_%.aif ; $(AIF) $< $@ -$(CRY_SUBDIR)/cry_%.bin: $(CRY_SUBDIR)/cry_%.aif ; $(AIF) $< $@ --compress +$(CRY_SUBDIR)/uncomp_%.bin: $(CRY_SUBDIR)/uncomp_%.aif ; $(AIF) $< $@ +$(CRY_SUBDIR)/%.bin: $(CRY_SUBDIR)/%.aif ; $(AIF) $< $@ --compress sound/%.bin: sound/%.aif ; $(AIF) $< $@