changed "http" to "https" in URLs
[rocksndiamonds.git] / src / game_em / Makefile
index c8080a514f1328192af6172c0afd1a67ae9c0d76..827d51a339744eec6dcb4ab4a45129b0d5917827 100644 (file)
@@ -4,7 +4,7 @@
 # (c) 1995-2014 by Artsoft Entertainment
 #                  Holger Schemel
 #                  info@artsoft.org
-#                  http://www.artsoft.org/
+#                  https://www.artsoft.org/
 # -----------------------------------------------------------------------------
 # The native Emerald Mine game engine is based on:
 # Emerald Mine for X11 (c) 2000,2001 David Tritscher
@@ -20,7 +20,7 @@ SRCS =        cave.c          \
        convert.c       \
        graphics.c      \
        init.c          \
-       input.c         \
+       game.c          \
        logic.c         \
        reademc.c
 
@@ -28,7 +28,7 @@ OBJS =        cave.o          \
        convert.o       \
        graphics.o      \
        init.o          \
-       input.o         \
+       game.o          \
        logic.o         \
        reademc.o