changed some texts in level editor
[rocksndiamonds.git] / src / game_mm / Makefile
index ee3bfa2f8ae5e85ee11f600c5de5f113209630c2..c979def407126aeabc56aa93dcfa241675a1057a 100644 (file)
@@ -4,7 +4,7 @@
 # (c) 1989-2017 by Artsoft Entertainment
 #                  Holger Schemel
 #                  info@artsoft.org
-#                  http://www.artsoft.org/
+#                  https://www.artsoft.org/
 # -----------------------------------------------------------------------------
 # The native Mirror Magic game engine is based on:
 # - Mirror Magic II by Holger Schemel (Linux/DOS/Windows version, 1995)
@@ -57,6 +57,9 @@ clean:
 depend:
        for i in $(SRCS); do $(CPP) $(CFLAGS) -M $$i; done > .depend
 
+depend-clean:
+       $(RM) .depend
+
 ifeq (.depend,$(wildcard .depend))
 include .depend
 endif