kep-hack/Makefile
IIMarckus ae9b30121c pokered.gbc should depend on constants.asm
hg-commit-id: 640e32269727
2010-12-20 16:42:49 -07:00

11 lines
261 B
Makefile

pokered.gbc: pokered.o
rgblink -o pokered.gbc pokered.o
rgbfix -jsv -k 01 -m 0x13 -p 0 -r 03 -t "POKEMON RED" pokered.gbc
cmp baserom.gbc pokered.gbc
pokered.o: pokered.asm constants.asm
rgbasm -o pokered.o pokered.asm
clean:
rm -f pokered.o pokered.gbc