X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fgame_em%2FMakefile;h=827d51a339744eec6dcb4ab4a45129b0d5917827;hp=f12c982489c55f4bded8c11210500f3658b09859;hb=b641818c787e48bbf03ce2a0cd5b542c4c21e523;hpb=3923ae9a33cceaf73cd7911b0c7d6abc18b3663b diff --git a/src/game_em/Makefile b/src/game_em/Makefile index f12c9824..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,21 +20,17 @@ SRCS = cave.c \ convert.c \ graphics.c \ init.c \ - input.c \ - synchro_1.c \ - synchro_2.c \ - synchro_3.c \ - tab_generate.c + game.c \ + logic.c \ + reademc.c OBJS = cave.o \ convert.o \ graphics.o \ init.o \ - input.o \ - synchro_1.o \ - synchro_2.o \ - synchro_3.o \ - tab_generate.o + game.o \ + logic.o \ + reademc.o GAME_EM = game_em.a