mirror of
https://github.com/Artrios/pokecarde.git
synced 2026-08-27 19:24:06 -05:00
Fix one thing in makefile
This commit is contained in:
@@ -43,7 +43,7 @@ berries/%.mev: berries/%.bin
|
||||
prologue-%.tx: prologue.asm
|
||||
python ../scripts/regionalize.py $< $@ $* $*
|
||||
prologue-%.o: prologue-%.tx
|
||||
rgbasm -o $@ $<
|
||||
./rgbasm -o $@ $<
|
||||
prologue-%.gbc: prologue-%.o
|
||||
./rgblink -o $@ $<
|
||||
prologue-%.bin: prologue-%.gbc
|
||||
|
||||
Reference in New Issue
Block a user