From 4af544b9e0019acfb06344dcda2f73364e3aee9d Mon Sep 17 00:00:00 2001 From: yenatch Date: Fri, 14 Feb 2014 00:07:54 -0500 Subject: [PATCH] Makefile: fix a syntax error in redrle --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)