mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-11-12 16:24:52 +13:00
Add a makefile rule for redrle
hg-commit-id: 0555d242eac5
This commit is contained in:
parent
3405650fd4
commit
edf82cd3c0
3
Makefile
3
Makefile
|
|
@ -7,5 +7,8 @@ pokered.gbc: pokered.o
|
||||||
pokered.o: pokered.asm constants.asm
|
pokered.o: pokered.asm constants.asm
|
||||||
rgbasm -o pokered.o pokered.asm
|
rgbasm -o pokered.o pokered.asm
|
||||||
|
|
||||||
|
redrle: extras/redrle.c
|
||||||
|
${CC} -o $@ $>
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f pokered.o pokered.gbc
|
rm -f pokered.o pokered.gbc
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue