summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2022-12-26 16:42:37 +0000
committerIan C <ianc@noddybox.co.uk>2022-12-26 16:42:37 +0000
commit53bfb0ef10483150779b3b05271fa04988484316 (patch)
treefabc3702e3a7d71add9b97f48fc6621d387458e6 /Makefile
parent33ebf50aa4a855fb1a0df2cf682796abbc39d07f (diff)
Added dependencies for sources in Makefile. Removed old GTK callbacks.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 32173a8..a428724 100644
--- a/Makefile
+++ b/Makefile
@@ -68,3 +68,9 @@ emucpm.hex: emucpm.z80
clean:
rm -f emma $(BASE_O) $(EMMA_O) core *.hex *.lbl
+
+emma.o: emma.c z80.h z80_config.h expr.h
+expr.o: expr.c
+z80.o: z80.c z80.h z80_config.h z80_private.h
+z80_decode.o: z80_decode.c z80.h z80_config.h z80_private.h
+z80_dis.o: z80_dis.c z80_config.h z80.h z80_private.h