mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-04-09 11:50:48 +12:00
Revert python2 change, no systems actually have "python2" except Arch.
hg-commit-id: f1e6e982c0bb
This commit is contained in:
parent
528d4a918f
commit
7abca00d30
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -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 $@ $<
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue