X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fgame_em%2FMakefile;h=827d51a339744eec6dcb4ab4a45129b0d5917827;hp=87395f9b20a150520c06db197f20bfeec77893e3;hb=b641818c787e48bbf03ce2a0cd5b542c4c21e523;hpb=4dbe216c46654173ee67b01d79a417c2595f22fc diff --git a/src/game_em/Makefile b/src/game_em/Makefile index 87395f9b..827d51a3 100644 --- a/src/game_em/Makefile +++ b/src/game_em/Makefile @@ -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,15 +20,17 @@ SRCS = cave.c \ convert.c \ graphics.c \ init.c \ - input.c \ - logic.c + game.c \ + logic.c \ + reademc.c OBJS = cave.o \ convert.o \ graphics.o \ init.o \ - input.o \ - logic.o + game.o \ + logic.o \ + reademc.o GAME_EM = game_em.a