shithub: pokered

Download patch

ref: c1e784107d0d329392496a3567843b23f7eb193e
parent: 344ad83fec763038e0a8e10da160e6ca414967d3
author: stag019 <stag019@gmail.com>
date: Thu Mar 15 15:26:36 EDT 2012

Extra space in Makefile removed.

hg-commit-id: e64c1edc7b70


--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@
 	${CC} -o $@ $>
 
 .asm.tx:
-	python textpre.py  < $< > $@
+	python textpre.py < $< > $@
 
 pokered.gbc: pokered.o
 	rgblink -o $@ $<