summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2014-02-14 00:07:54 -0500
committeryenatch <yenatch@gmail.com>2014-02-14 00:07:54 -0500
commit4af544b9e0019acfb06344dcda2f73364e3aee9d (patch)
tree3923e802c786f867cbfd02f91a590e8e10a58d18 /Makefile
parent205c47519171187243d95625878b513bc058964c (diff)
Makefile: fix a syntax error in redrle
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7fceae92..847df69b 100644
--- a/Makefile
+++ b/Makefile
@@ -36,7 +36,7 @@ compare: baserom.gbc pokered.gbc
cmp $^
redrle: extras/redtools/redrle.c
- ${CC} -o $@ $>
+ ${CC} -o $@ $<
clean:
rm -f $(ROMS)