mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-06 15:45:24 +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 $@ $>
|
||||
|
||||
.asm.tx:
|
||||
python textpre.py < $< > $@
|
||||
python preprocessor.py < $< > $@
|
||||
|
||||
pokered.gbc: pokered.o
|
||||
rgblink -o $@ $*.o
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue