aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorstag019 <stag019@gmail.com>2012-03-15 19:26:36 -0400
committerstag019 <stag019@gmail.com>2012-03-15 19:26:36 -0400
commitc1e784107d0d329392496a3567843b23f7eb193e (patch)
tree63770d600e2e7973819e903d22c1bf032cee876d
parentUse labels instead of constant pointers for hidden items and hidden coins. (diff)
downloadpokeyellow-c1e784107d0d329392496a3567843b23f7eb193e.tar.gz
pokeyellow-c1e784107d0d329392496a3567843b23f7eb193e.tar.xz
pokeyellow-c1e784107d0d329392496a3567843b23f7eb193e.zip
Extra space in Makefile removed.
hg-commit-id: e64c1edc7b70
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bc630463..abd70f4d 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@ redrle: extras/redrle.c
${CC} -o $@ $>
.asm.tx:
- python textpre.py < $< > $@
+ python textpre.py < $< > $@
pokered.gbc: pokered.o
rgblink -o $@ $<