Drop tracking on gbapal files
This commit is contained in:
parent
ab3b8cd51a
commit
567b2af081
3 changed files with 1 additions and 0 deletions
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 a new issue