aboutsummaryrefslogtreecommitdiff
path: root/src/example/Makefile
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2016-04-19 11:48:18 +0100
committerIan C <ianc@noddybox.co.uk>2016-04-19 11:48:18 +0100
commit1c5087c830f290f3e88996fc1594d94abc1e3f22 (patch)
tree2b22fd123a3879596cc6b58b4b5c37047e221329 /src/example/Makefile
parent9a56d4339031204c48645b9dbec5582d58884d5e (diff)
Fixs to GB 16-bit register load op and others
Diffstat (limited to 'src/example/Makefile')
-rw-r--r--src/example/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/example/Makefile b/src/example/Makefile
index 906bb44..f83d006 100644
--- a/src/example/Makefile
+++ b/src/example/Makefile
@@ -20,7 +20,7 @@
# Makefile for examples
#
-ALL = spectrum.tap c64.t64 zx81.p gb.rom vcs.bin
+ALL = spectrum.tap c64.t64 zx81.p gb.gb vcs.bin
CASM = ../casm
all: $(ALL) $(CASM)
@@ -39,7 +39,7 @@ c64.t64: c64.asm $(CASM)
zx81.p: zx81.asm $(CASM)
$(CASM) zx81.asm
-gb.rom: gb.asm $(CASM)
+gb.gb: gb.asm $(CASM)
$(CASM) gb.asm
vcs.bin: vcs.asm $(CASM)