shithub: pokered

Download patch

ref: edf82cd3c090cb36612a253031811f20de6ada37
parent: 3405650fd4c88cfa3e3391fc9f66824a9a8e8496
author: IIMarckus <[email protected]>
date: Fri Feb 18 19:10:08 EST 2011

Add a makefile rule for redrle

hg-commit-id: 0555d242eac5


--- a/Makefile
+++ b/Makefile
@@ -7,5 +7,8 @@
 pokered.o: pokered.asm constants.asm
 	rgbasm -o pokered.o pokered.asm
 
+redrle: extras/redrle.c
+	${CC} -o $@ $>
+
 clean:
 	rm -f pokered.o pokered.gbc