summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorIIMarckus <iimarckus@gmail.com>2012-03-14 20:39:14 -0600
committerIIMarckus <iimarckus@gmail.com>2012-03-14 20:39:14 -0600
commit7abca00d300e7176094ad3f74fef30a3f57cb39b (patch)
treea28d4ced915c3f79d8b957d3393863b7e281f085 /Makefile
parent528d4a918f41aa82fb209053329093e8d20153bf (diff)
Revert python2 change, no systems actually have "python2" except Arch.
hg-commit-id: f1e6e982c0bb
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cb97483b..bc630463 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@ redrle: extras/redrle.c
${CC} -o $@ $>
.asm.tx:
- python2 textpre.py < $< > $@
+ python textpre.py < $< > $@
pokered.gbc: pokered.o
rgblink -o $@ $<