mirror of
https://github.com/pret/pokeyellow.git
synced 2026-04-23 01:07:17 -05:00
Specify file extensions that make does not generate
This commit is contained in:
parent
126c3f3366
commit
fd5dc11cfd
17
Makefile
17
Makefile
|
|
@ -128,9 +128,6 @@ $(foreach obj, $(pokeblue_vc_obj), $(eval $(call DEP,$(obj),$(obj:_blue_vc.o=.as
|
|||
endif
|
||||
|
||||
|
||||
%.asm: ;
|
||||
|
||||
|
||||
pokered_pad = 0x00
|
||||
pokeblue_pad = 0x00
|
||||
pokered_vc_pad = 0x00
|
||||
|
|
@ -175,8 +172,6 @@ gfx/trade/game_boy.2bpp: tools/gfx += --remove-duplicates
|
|||
|
||||
### Catch-all graphics rules
|
||||
|
||||
%.png: ;
|
||||
|
||||
%.2bpp: %.png
|
||||
$(RGBGFX) --colors dmg=e4 $(rgbgfx) -o $@ $<
|
||||
$(if $(tools/gfx),\
|
||||
|
|
@ -189,3 +184,15 @@ gfx/trade/game_boy.2bpp: tools/gfx += --remove-duplicates
|
|||
|
||||
%.pic: %.2bpp
|
||||
tools/pkmncompress $< $@
|
||||
|
||||
|
||||
### File extensions that are never generated and should be manually created
|
||||
|
||||
%.asm: ;
|
||||
%.inc: ;
|
||||
%.png: ;
|
||||
%.pal: ;
|
||||
%.bin: ;
|
||||
%.blk: ;
|
||||
%.bst: ;
|
||||
%.rle: ;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user