mirror of
https://github.com/pret/pokeyellow.git
synced 2024-12-02 16:06:53 +00:00
'make tidy' preserved compressed graphics, like pokecrystal
This commit is contained in:
parent
729608124f
commit
118c2cf268
6
Makefile
6
Makefile
@ -7,7 +7,7 @@ pokeblue_obj := audio_blue.o main_blue.o text_blue.o wram_blue.o
|
||||
.SECONDEXPANSION:
|
||||
.PRECIOUS:
|
||||
.SECONDARY:
|
||||
.PHONY: all clean red blue compare tools
|
||||
.PHONY: all clean red blue compare tools tidy
|
||||
|
||||
roms := pokered.gbc pokeblue.gbc
|
||||
|
||||
@ -24,6 +24,10 @@ clean:
|
||||
find . \( -iname '*.1bpp' -o -iname '*.2bpp' -o -iname '*.pic' \) -exec rm {} +
|
||||
$(MAKE) clean -C tools/
|
||||
|
||||
tidy:
|
||||
rm -f $(roms) $(pokered_obj) $(pokeblue_obj) $(roms:.gbc=.sym)
|
||||
$(MAKE) clean -C tools/
|
||||
|
||||
tools:
|
||||
$(MAKE) -C tools/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user