mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00
rename textpre.py -> preprocessor.py
This commit is contained in:
parent
3904b5aba5
commit
fbc0e5353b
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…
Reference in a new issue