cleanup of unnecessarily convoluted function call
[rocksndiamonds.git] / src / game_em / Makefile
index 4c4c980882269f7a74aad2acf2987de6e0a19b1a..d106dd03070bb8d6c36eda606162bd5763985fb8 100644 (file)
@@ -4,7 +4,7 @@
 # (c) 1995-2014 by Artsoft Entertainment
 #                  Holger Schemel
 #                  info@artsoft.org
-#                  http://www.artsoft.org/
+#                  https://www.artsoft.org/
 # -----------------------------------------------------------------------------
 # The native Emerald Mine game engine is based on:
 # Emerald Mine for X11 (c) 2000,2001 David Tritscher
@@ -60,6 +60,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