diff options
| author | camthesaxman <cameronghall@cox.net> | 2017-10-08 17:39:47 -0500 |
|---|---|---|
| committer | camthesaxman <cameronghall@cox.net> | 2017-10-08 17:39:47 -0500 |
| commit | 49686d7abe4907764de27fabfdc4e6b89ec2aa37 (patch) | |
| tree | d239935b262d630cd47175eb325b5b2411542de0 /Makefile | |
| parent | d2ca90a04ffba7f1b0836910334899aec4e1678d (diff) | |
delete some palette files
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -83,6 +83,7 @@ include override.mk %.4bpp: %.png ; $(GFX) $< $@ %.8bpp: %.png ; $(GFX) $< $@ %.gbapal: %.pal ; $(GFX) $< $@ +%.gbapal: %.png ; $(GFX) $< $@ %.lz: % ; $(GFX) $< $@ %.rl: % ; $(GFX) $< $@ sound/direct_sound_samples/cry_%.bin: sound/direct_sound_samples/cry_%.aif ; $(AIF) $< $@ --compress |
