mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-06 15:45:24 +13:00
Specified python2 executable. (Some systems default to Python 3.)
hg-commit-id: a28f903ec455
This commit is contained in:
commit
3cddafc519
8 changed files with 31 additions and 16 deletions
2
Makefile
2
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 $@ $<
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue