summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSanky <gsanky@gmail.com>2012-03-06 23:52:51 +0100
committerSanky <gsanky@gmail.com>2012-03-06 23:52:51 +0100
commit3cddafc519877869e76868f6acd54a19e5cfb2be (patch)
tree76e581d30cd7b6a7625214cd40576580fd1d096f /Makefile
parent07a9c899b1a813d03af99e9e4d9a68784086ebea (diff)
parent40b8729cd5967f21ed324d8e3353322f89fdfcf3 (diff)
Specified python2 executable. (Some systems default to Python 3.)
hg-commit-id: a28f903ec455
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 $@ $<