aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2013-12-05 01:42:50 -0500
committeryenatch <yenatch@gmail.com>2013-12-05 01:42:50 -0500
commitfbc0e5353bf3ceaf92c281a8ce0901626b198bbc (patch)
tree71969df9d2dc6075a6660e5c4e9d5f829253fb95 /Makefile
parentclean up remaining constants (diff)
downloadpokeyellow-fbc0e5353bf3ceaf92c281a8ce0901626b198bbc.tar.gz
pokeyellow-fbc0e5353bf3ceaf92c281a8ce0901626b198bbc.tar.xz
pokeyellow-fbc0e5353bf3ceaf92c281a8ce0901626b198bbc.zip
rename textpre.py -> preprocessor.py
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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