mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00
make pokeblue.gbc compile again
This commit is contained in:
parent
423c9ef70b
commit
32265fb71b
2
Makefile
2
Makefile
|
@ -8,7 +8,7 @@ pokered.o: pokered.tx main.tx constants.tx music.tx wram.tx ${TEXTFILES:.asm=.tx
|
||||||
rgbasm -o pokered.o pokered.tx
|
rgbasm -o pokered.o pokered.tx
|
||||||
|
|
||||||
pokeblue.o: pokeblue.tx main.tx constants.tx music.tx wram.tx ${TEXTFILES:.asm=.tx}
|
pokeblue.o: pokeblue.tx main.tx constants.tx music.tx wram.tx ${TEXTFILES:.asm=.tx}
|
||||||
rgbasm -o pokeblue.o pokeblue.asm
|
rgbasm -o pokeblue.o pokeblue.tx
|
||||||
|
|
||||||
redrle: extras/redtools/redrle.c
|
redrle: extras/redtools/redrle.c
|
||||||
${CC} -o $@ $>
|
${CC} -o $@ $>
|
||||||
|
|
Loading…
Reference in a new issue