diff options
author | Ian C <ianc@noddybox.co.uk> | 2022-12-26 16:42:37 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2022-12-26 16:42:37 +0000 |
commit | 53bfb0ef10483150779b3b05271fa04988484316 (patch) | |
tree | fabc3702e3a7d71add9b97f48fc6621d387458e6 /Makefile | |
parent | 33ebf50aa4a855fb1a0df2cf682796abbc39d07f (diff) |
Added dependencies for sources in Makefile. Removed old GTK callbacks.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |