Specified python2 executable. (Some systems default to Python 3.)

hg-commit-id: a28f903ec455
This commit is contained in:
Sanky 2012-03-06 23:52:51 +01:00
commit 3cddafc519
8 changed files with 31 additions and 16 deletions

View file

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