mirror of https://github.com/pret/pokeemerald.git
Drop tracking on gbapal files
This commit is contained in:
parent
ab3b8cd51a
commit
567b2af081
1
Makefile
1
Makefile
|
@ -86,6 +86,7 @@ include graphics_file_rules.mk
|
|||
%.4bpp: %.png ; $(GFX) $< $@
|
||||
%.8bpp: %.png ; $(GFX) $< $@
|
||||
%.gbapal: %.pal ; $(GFX) $< $@
|
||||
%.gbapal: %.png ; $(GFX) $< $@
|
||||
%.lz: % ; $(GFX) $< $@
|
||||
%.rl: % ; $(GFX) $< $@
|
||||
|
||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue