X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_sp%2FMakefile;h=13a7a917fbe46f3dac0cb29540fe9a1a93a1cd62;hb=148d0ad7e7ac1a97eb50de7ecbb642f36c877311;hp=f6b31aab163442868783f9ac3425275c828484e9;hpb=5ba7f2d9a3f07f342afdf215a3307d5487cb6d43;p=rocksndiamonds.git diff --git a/src/game_sp/Makefile b/src/game_sp/Makefile index f6b31aab..13a7a917 100644 --- a/src/game_sp/Makefile +++ b/src/game_sp/Makefile @@ -12,7 +12,9 @@ # configuration # ----------------------------------------------------------------------------- -SRCS = main.c \ +SRCS = init.c \ + file.c \ + main.c \ vb_lib.c \ vb_vars.c \ \ @@ -55,7 +57,9 @@ SRCS = main.c \ modGeneralTricks.c \ modMPX.c -OBJS = main.o \ +OBJS = init.o \ + file.o \ + main.o \ vb_lib.o \ vb_vars.o \ \