rename textpre.py -> preprocessor.py

This commit is contained in:
Bryan Bishop
2012-04-26 16:58:20 -05:00
parent 092baabdd4
commit 849c0d132d
4 changed files with 5 additions and 4 deletions

View File

@@ -8,7 +8,7 @@ pokecrystal.o: pokecrystal.asm main.tx constants.asm wram.asm ${TEXTFILES}
rgbasm -o pokecrystal.o pokecrystal.asm
.asm.tx:
python textpre.py < $< > $@
python preprocessor.py < $< > $@
pokecrystal.gbc: pokecrystal.o
rgblink -o $@ $<