From d66da33874e40b140904a60f8e22fe5063eb2c94 Mon Sep 17 00:00:00 2001 From: kanjitalk755 Date: Wed, 3 May 2023 17:47:06 +0900 Subject: [PATCH] SS, Windows: Fix Makefile --- SheepShaver/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SheepShaver/Makefile b/SheepShaver/Makefile index 2cae1c49..4b917a36 100644 --- a/SheepShaver/Makefile +++ b/SheepShaver/Makefile @@ -51,7 +51,7 @@ $(SRCARCHIVE): $(SRCS) $(DOCS) links: (cd src/Windows; if [ ! -e m4 ]; then ln -s ../../../BasiliskII/src/Unix/m4; fi) @list='adb.cpp audio.cpp cdrom.cpp disk.cpp extfs.cpp pict.c \ - prefs.cpp scsi.cpp sony.cpp xpram.cpp \ + prefs.cpp scsi.cpp sony.cpp timer.cpp xpram.cpp \ bincue.cpp include/bincue.h \ include/adb.h include/audio.h include/audio_defs.h \ include/cdrom.h include/clip.h include/debug.h include/disk.h \