X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_bd%2FMakefile;h=68a6d10ef3a9f62f864ed564a44e45d03535295c;hb=08097448ca93da43b5f12df9fd180c2375eb6018;hp=d25283af5e80405bf1d28cfc19a9bee5c445c0c5;hpb=a8363446190d9cc0c712749d0e3610c8485fdfb3;p=rocksndiamonds.git diff --git a/src/game_bd/Makefile b/src/game_bd/Makefile index d25283af..68a6d10e 100644 --- a/src/game_bd/Makefile +++ b/src/game_bd/Makefile @@ -1,7 +1,7 @@ # ============================================================================= # Rocks'n'Diamonds - McDuffin Strikes Back! # ----------------------------------------------------------------------------- -# (c) 1995-2023 by Artsoft Entertainment +# (c) 1995-2024 by Artsoft Entertainment # Holger Schemel # info@artsoft.org # https://www.artsoft.org/ @@ -16,9 +16,9 @@ # configuration # ----------------------------------------------------------------------------- -SRCS = bd_main.c +SRCS = main_bd.c -OBJS = bd_main.o +OBJS = main_bd.o GAME_BD = game_bd.a