summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2017-04-17 18:11:03 -0700
committerYamaArashi <shadow962@live.com>2017-04-17 18:11:03 -0700
commit33b681e34ef589c82e8cddd17f940ffc98e183c5 (patch)
treea2c2e3f68b1120e2224beb2c9f0c6ec0f0af139b
parent4b4597a27a91ea903ea38e3c619132ad03d69a0a (diff)
don't delete cries
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1e78d4aae..a8575752b 100644
--- a/Makefile
+++ b/Makefile
@@ -34,7 +34,7 @@ VERSIONS := ruby sapphire ruby_rev1 sapphire_rev1 ruby_rev2 sapphire_rev2
# Secondary expansion is required for dependency variables in object rules.
.SECONDEXPANSION:
-.PRECIOUS: %.1bpp %.4bpp %.8bpp %.gbapal %.lz %.rl %.pcm %.bin
+.PRECIOUS: %.1bpp %.4bpp %.8bpp %.gbapal %.lz %.rl %.pcm %.bin sound/direct_sound_samples/cry_%.bin
.PHONY: all clean tidy all_versions compare compare_all \
$(VERSIONS) $(VERSIONS:%=compare_%)