mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 19:47:35 +01:00
Mark sound files as precious
This commit is contained in:
parent
4e4b18e04f
commit
80cfce776b
2
Makefile
2
Makefile
@ -47,7 +47,7 @@ RAMSCRGEN := tools/ramscrgen/ramscrgen
|
||||
# Secondary expansion is required for dependency variables in object rules.
|
||||
.SECONDEXPANSION:
|
||||
|
||||
.PRECIOUS: %.1bpp %.4bpp %.8bpp %.gbapal %.lz %.rl
|
||||
.PRECIOUS: %.1bpp %.4bpp %.8bpp %.gbapal %.lz %.rl %.pcm %.bin sound/direct_sound_samples/cry_%.bin
|
||||
|
||||
.PHONY: rom clean compare tidy
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user