From 53bfb0ef10483150779b3b05271fa04988484316 Mon Sep 17 00:00:00 2001 From: Ian C Date: Mon, 26 Dec 2022 16:42:37 +0000 Subject: Added dependencies for sources in Makefile. Removed old GTK callbacks. --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Makefile') 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 -- cgit v1.2.3