diff options
| author | Ian C <ianc@noddybox.co.uk> | 2026-06-18 18:01:00 +0100 |
|---|---|---|
| committer | Ian C <ianc@noddybox.co.uk> | 2026-06-18 18:01:00 +0100 |
| commit | d7459cfe68bf22cdf93ba8b0165de55398d11479 (patch) | |
| tree | 917e4e859ffcc6d92fdab6d69e7b99c231b59273 /src/Makefile | |
| parent | 367deac64834ba0264e4240f32a4a11395114e0f (diff) | |
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile index 7cb459a..1ecd116 100644 --- a/src/Makefile +++ b/src/Makefile @@ -73,3 +73,16 @@ clean: rm -f $(TARGET) $(TARGET).exe $(OBJECTS) core Makefile.bak # DO NOT DELETE THIS LINE -- make depend depends on it. + +main.o: z80.h z80_config.h zx81.h gfx.h gui.h memmenu.h config.h exit.h +zx81.o: zx81.h z80.h z80_config.h gfx.h gui.h config.h util.h exit.h +config.o: exit.h config.h +gfx.o: gfx.h exit.h config.h util.h font.h +gui.o: gui.h gfx.h util.h exit.h +memmenu.o: memmenu.h z80.h z80_config.h zx81.h gfx.h gui.h expr.h util.h +util.o: util.h exit.h +exit.o: exit.h +font.o: font.h +z80.o: z80.h z80_config.h z80_private.h +z80_decode.o: z80.h z80_config.h z80_private.h +z80_dis.o: z80_config.h z80.h z80_private.h |
