From 5bbc746374af5a7ee64ba2a4edde1325a6c65bf7 Mon Sep 17 00:00:00 2001 From: beeanyew Date: Sun, 6 Dec 2020 11:19:36 +0100 Subject: [PATCH] Add missing input/input.c to the Makefile --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 50dcb71..6e7f301 100644 --- a/Makefile +++ b/Makefile @@ -5,6 +5,7 @@ MAINFILES = emulator.c \ ide.c \ memory_mapped.c \ config_file/config_file.c \ + input/input.c \ platforms/platforms.c \ platforms/amiga/amiga-autoconf.c \ platforms/amiga/amiga-platform.c \ -- 2.39.2