Revert python2 change, no systems actually have "python2" except Arch.

hg-commit-id: f1e6e982c0bb
This commit is contained in:
IIMarckus 2012-03-14 20:39:14 -06:00
parent 528d4a918f
commit 7abca00d30

View file

@ -15,7 +15,7 @@ redrle: extras/redrle.c
${CC} -o $@ $> ${CC} -o $@ $>
.asm.tx: .asm.tx:
python2 textpre.py < $< > $@ python textpre.py < $< > $@
pokered.gbc: pokered.o pokered.gbc: pokered.o
rgblink -o $@ $< rgblink -o $@ $<