diff options
| author | Ian C <ianc@noddybox.co.uk> | 2026-06-26 14:46:30 +0100 |
|---|---|---|
| committer | Ian C <ianc@noddybox.co.uk> | 2026-06-26 14:46:30 +0100 |
| commit | c31b779c20638ce25f11489c445a53798a663b13 (patch) | |
| tree | dd4b3b423369d1ee25664221fa0f525002ea9414 /src/Makefile | |
| parent | fe0ec0f56d2679f52bd68273b058f3c081b20972 (diff) | |
Fixed bad header guard on audio.h
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 808c6a9..15db934 100644 --- a/src/Makefile +++ b/src/Makefile @@ -83,7 +83,7 @@ clean: # DO NOT DELETE THIS LINE -- make depend depends on it. -main.o: z80.h spec.h gfx.h gui.h memmenu.h config.h kbbmp.h exit.h tape.h +main.o: z80.h spec.h gfx.h gui.h memmenu.h config.h kbbmp.h exit.h tape.h audio.h main.o: util.h spec.o: spec.h z80.h snap.h gfx.h gui.h config.h exit.h tape.h util.h snap.o: snap.h z80.h util.h |
