summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bc630463..cb97483b 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@ redrle: extras/redrle.c
${CC} -o $@ $>
.asm.tx:
- python textpre.py < $< > $@
+ python2 textpre.py < $< > $@
pokered.gbc: pokered.o
rgblink -o $@ $<