From fbc0e5353bf3ceaf92c281a8ce0901626b198bbc Mon Sep 17 00:00:00 2001 From: yenatch Date: Thu, 5 Dec 2013 01:42:50 -0500 Subject: [PATCH] rename textpre.py -> preprocessor.py --- Makefile | 2 +- textpre.py => preprocessor.py | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename textpre.py => preprocessor.py (100%) diff --git a/Makefile b/Makefile index 3fd12308..155df163 100644 --- a/Makefile +++ b/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 diff --git a/textpre.py b/preprocessor.py similarity index 100% rename from textpre.py rename to preprocessor.py