X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_em%2FMakefile;h=b41365ef903e2385ea8195fb05a47963ef18860d;hb=0b7d45708c8b008d0ca7a11490a2267f9c314cdb;hp=f12c982489c55f4bded8c11210500f3658b09859;hpb=a4c71d580965e41a96f02d4014357a941eeef2fb;p=rocksndiamonds.git diff --git a/src/game_em/Makefile b/src/game_em/Makefile index f12c9824..b41365ef 100644 --- a/src/game_em/Makefile +++ b/src/game_em/Makefile @@ -21,9 +21,7 @@ SRCS = cave.c \ graphics.c \ init.c \ input.c \ - synchro_1.c \ - synchro_2.c \ - synchro_3.c \ + logic.c \ tab_generate.c OBJS = cave.o \ @@ -31,9 +29,7 @@ OBJS = cave.o \ graphics.o \ init.o \ input.o \ - synchro_1.o \ - synchro_2.o \ - synchro_3.o \ + logic.o \ tab_generate.o GAME_EM = game_em.a