Add missing input/input.c to the Makefile

This commit is contained in:
beeanyew
2020-12-06 11:19:36 +01:00
parent be113304a2
commit 5bbc746374

View File

@@ -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 \