From: beeanyew Date: Sun, 6 Dec 2020 10:19:36 +0000 (+0100) Subject: Add missing input/input.c to the Makefile X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=5bbc746374af5a7ee64ba2a4edde1325a6c65bf7;p=pistorm Add missing input/input.c to the Makefile --- 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 \