diff options
author | yenatch <yenatch@gmail.com> | 2014-02-14 00:07:54 -0500 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2014-02-14 00:07:54 -0500 |
commit | 4af544b9e0019acfb06344dcda2f73364e3aee9d (patch) | |
tree | 3923e802c786f867cbfd02f91a590e8e10a58d18 /Makefile | |
parent | 205c47519171187243d95625878b513bc058964c (diff) |
Makefile: fix a syntax error in redrle
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,7 +36,7 @@ compare: baserom.gbc pokered.gbc cmp $^ redrle: extras/redtools/redrle.c - ${CC} -o $@ $> + ${CC} -o $@ $< clean: rm -f $(ROMS) |