mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
Rearrange Makefile by content
This commit is contained in:
parent
9e8f33d605
commit
2e0a9ea081
17
Makefile
17
Makefile
@ -9,12 +9,7 @@ RGBFIX := rgbfix
|
|||||||
RGBGFX := rgbgfx
|
RGBGFX := rgbgfx
|
||||||
RGBLINK := rgblink
|
RGBLINK := rgblink
|
||||||
|
|
||||||
.SUFFIXES:
|
roms := pokecrystal.gbc pokecrystal11.gbc
|
||||||
.PHONY: all clean tools compare crystal crystal11
|
|
||||||
.SECONDEXPANSION:
|
|
||||||
.PRECIOUS:
|
|
||||||
.SECONDARY:
|
|
||||||
|
|
||||||
|
|
||||||
crystal_obj := \
|
crystal_obj := \
|
||||||
audio.o \
|
audio.o \
|
||||||
@ -35,7 +30,13 @@ lib/mobile/main.o
|
|||||||
crystal11_obj := $(crystal_obj:.o=11.o)
|
crystal11_obj := $(crystal_obj:.o=11.o)
|
||||||
|
|
||||||
|
|
||||||
roms := pokecrystal.gbc pokecrystal11.gbc
|
### Build targets
|
||||||
|
|
||||||
|
.SUFFIXES:
|
||||||
|
.PHONY: all crystal crystal11 clean compare tools
|
||||||
|
.SECONDEXPANSION:
|
||||||
|
.PRECIOUS:
|
||||||
|
.SECONDARY:
|
||||||
|
|
||||||
all: crystal
|
all: crystal
|
||||||
crystal: pokecrystal.gbc
|
crystal: pokecrystal.gbc
|
||||||
@ -222,6 +223,8 @@ gfx/mobile/pichu_animated.2bpp: tools/gfx += --trim-whitespace
|
|||||||
gfx/unknown/unknown_egg.2bpp: rgbgfx += -h
|
gfx/unknown/unknown_egg.2bpp: rgbgfx += -h
|
||||||
|
|
||||||
|
|
||||||
|
### Catch-all graphics rules
|
||||||
|
|
||||||
%.bin: ;
|
%.bin: ;
|
||||||
%.blk: ;
|
%.blk: ;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user