aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
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 $<