From dfb28ef05e9d3f10dbf9dbb8a0b4ba8054ae9896 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 5 Oct 2014 00:46:06 -0400 Subject: rebuild the rom when the CHR data changes --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 316e9fb..d0070a9 100644 --- a/Makefile +++ b/Makefile @@ -15,6 +15,8 @@ $(NAME).nes: $(NAME).rom header.bin $(NAME).rom: $(OBJS) linkfile @$(LD) $(LDFLAGS) linkfile $@ +snake.o: snake.chr + %.o: %.s @$(CC) $(CFLAGS) -o $< -- cgit v1.2.3-54-g00ecf