From 64286bce86befc5b48a65c60d871dca8ef269257 Mon Sep 17 00:00:00 2001 From: Ian C Date: Mon, 6 Jun 2016 20:57:40 +0100 Subject: Tweaks to NES example to trial NES CHR editor. --- src/example/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/example/Makefile') diff --git a/src/example/Makefile b/src/example/Makefile index e92b2ec..f9f15db 100644 --- a/src/example/Makefile +++ b/src/example/Makefile @@ -48,7 +48,7 @@ vcs.bin: vcs.asm $(CASM) snes.sfc: snes.asm $(CASM) $(CASM) snes.asm -nes.nes: nes.asm $(CASM) +nes.nes: nes.asm tiles.chr nes.pal $(CASM) $(CASM) nes.asm clean: -- cgit v1.2.3