From 7abca00d300e7176094ad3f74fef30a3f57cb39b Mon Sep 17 00:00:00 2001 From: IIMarckus Date: Wed, 14 Mar 2012 20:39:14 -0600 Subject: Revert python2 change, no systems actually have "python2" except Arch. hg-commit-id: f1e6e982c0bb --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cb97483b..bc630463 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ redrle: extras/redrle.c ${CC} -o $@ $> .asm.tx: - python2 textpre.py < $< > $@ + python textpre.py < $< > $@ pokered.gbc: pokered.o rgblink -o $@ $< -- cgit v1.2.3