diff options
author | IIMarckus <iimarckus@gmail.com> | 2012-03-14 20:39:14 -0600 |
---|---|---|
committer | IIMarckus <iimarckus@gmail.com> | 2012-03-14 20:39:14 -0600 |
commit | 7abca00d300e7176094ad3f74fef30a3f57cb39b (patch) | |
tree | a28d4ced915c3f79d8b957d3393863b7e281f085 /Makefile | |
parent | 528d4a918f41aa82fb209053329093e8d20153bf (diff) |
Revert python2 change, no systems actually have "python2" except Arch.
hg-commit-id: f1e6e982c0bb
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ redrle: extras/redrle.c ${CC} -o $@ $> .asm.tx: - python2 textpre.py < $< > $@ + python textpre.py < $< > $@ pokered.gbc: pokered.o rgblink -o $@ $< |