diff options
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 |