ref: 7abca00d300e7176094ad3f74fef30a3f57cb39b
parent: 528d4a918f41aa82fb209053329093e8d20153bf
author: IIMarckus <[email protected]>
date: Wed Mar 14 16:39:14 EDT 2012
Revert python2 change, no systems actually have "python2" except Arch. hg-commit-id: f1e6e982c0bb
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@
${CC} -o $@ $>
.asm.tx:
- python2 textpre.py < $< > $@
+ python textpre.py < $< > $@
pokered.gbc: pokered.o
rgblink -o $@ $<