mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-26 08:54:09 +13:00
compile with preprocessor outputs
This commit is contained in:
parent
66e0602dc4
commit
4d6b824969
1 changed files with 3 additions and 3 deletions
6
Makefile
6
Makefile
|
|
@ -5,10 +5,10 @@ TEXTFILES = text/oakspeech.tx text/pokedex.tx text/mapRedsHouse1F.tx \
|
||||||
|
|
||||||
all: pokered.gbc
|
all: pokered.gbc
|
||||||
|
|
||||||
pokered.o: pokered.asm main.tx constants.asm ${TEXTFILES}
|
pokered.o: pokered.tx main.tx constants.tx music.tx wram.tx ${TEXTFILES}
|
||||||
rgbasm -o pokered.o pokered.asm
|
rgbasm -o pokered.o pokered.tx
|
||||||
|
|
||||||
pokeblue.o: pokeblue.asm main.tx constants.asm ${TEXTFILES}
|
pokeblue.o: pokeblue.asm main.tx constants.tx ${TEXTFILES}
|
||||||
rgbasm -o pokeblue.o pokeblue.asm
|
rgbasm -o pokeblue.o pokeblue.asm
|
||||||
|
|
||||||
redrle: extras/redrle.c
|
redrle: extras/redrle.c
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue