diff options
author | Ian C <ianc@noddybox.co.uk> | 2016-06-06 20:57:40 +0100 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2016-06-06 20:57:40 +0100 |
commit | 64286bce86befc5b48a65c60d871dca8ef269257 (patch) | |
tree | 59cdc55353b9abe5648037fb7986021fbf43697b /src/example/Makefile | |
parent | 663c4fc9de4d8167cb02e9fdd5e87547437399f6 (diff) |
Tweaks to NES example to trial NES CHR editor.
Diffstat (limited to 'src/example/Makefile')
-rw-r--r-- | src/example/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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: |