]> git.sesse.net Git - pistorm/commitdiff
Add missing input/input.c to the Makefile
authorbeeanyew <Bjorn Astrom>
Sun, 6 Dec 2020 10:19:36 +0000 (11:19 +0100)
committerbeeanyew <Bjorn Astrom>
Sun, 6 Dec 2020 10:19:36 +0000 (11:19 +0100)
Makefile

index 50dcb719096c2488d0106d685b5cd4784e72c263..6e7f301f484c9cd4847844cf250b6840d92c4d5e 100644 (file)
--- 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 \