mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-04-09 11:50:48 +12:00
Makefile: fix a syntax error in redrle
This commit is contained in:
parent
205c475191
commit
4af544b9e0
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue