summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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