X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=Makefile;h=03320a5f4f056718e1161f2f3c5cb25a6115e2f4;hp=7fcfdeba00334e49fd5eb13e3cb3cbd00740eecd;hb=b05bf3dca0ec7d951f1113066093843804e5be06;hpb=abe44529b439ad39b4d8dbf19cbd67c9b9844279 diff --git a/Makefile b/Makefile index 7fcfdeba..03320a5f 100644 --- a/Makefile +++ b/Makefile @@ -2,9 +2,9 @@ # Rocks'n'Diamonds - McDuffin Strikes Back! # ----------------------------------------------------------------------------- # (c) 1995-2014 by Artsoft Entertainment -# Holger Schemel -# info@artsoft.org -# http://www.artsoft.org/ +# Holger Schemel +# info@artsoft.org +# http://www.artsoft.org/ # ----------------------------------------------------------------------------- # Makefile # ============================================================================= @@ -93,6 +93,9 @@ cross-win32: clean: @$(MAKE_CMD) clean +clean-git: + @$(MAKE_CMD) clean-git + # ----------------------------------------------------------------------------- # development, test, distribution build and packaging targets