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