mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-03-26 14:29:22 +13:00
rename textpre.py -> preprocessor.py
This commit is contained in:
parent
3904b5aba5
commit
fbc0e5353b
2 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -14,7 +14,7 @@ redrle: extras/redtools/redrle.c
|
||||||
${CC} -o $@ $>
|
${CC} -o $@ $>
|
||||||
|
|
||||||
.asm.tx:
|
.asm.tx:
|
||||||
python textpre.py < $< > $@
|
python preprocessor.py < $< > $@
|
||||||
|
|
||||||
pokered.gbc: pokered.o
|
pokered.gbc: pokered.o
|
||||||
rgblink -o $@ $*.o
|
rgblink -o $@ $*.o
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue