Add a makefile rule for redrle

hg-commit-id: 0555d242eac5
This commit is contained in:
IIMarckus 2011-02-19 00:10:08 -07:00
parent 3405650fd4
commit edf82cd3c0

View file

@ -7,5 +7,8 @@ pokered.gbc: pokered.o
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