Makefile: fix a syntax error in redrle

This commit is contained in:
yenatch 2014-02-14 00:07:54 -05:00
parent 205c475191
commit 4af544b9e0

View file

@ -36,7 +36,7 @@ compare: baserom.gbc pokered.gbc
cmp $^ cmp $^
redrle: extras/redtools/redrle.c redrle: extras/redtools/redrle.c
${CC} -o $@ $> ${CC} -o $@ $<
clean: clean:
rm -f $(ROMS) rm -f $(ROMS)