changed "http" to "https" in URLs
[rocksndiamonds.git] / src / libgame / Makefile
index 8b2b602465464c96aedbfc0db9b7852a2dc065be..26f311604648a63ae34af61b9d83d70835c8816e 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/
 # -----------------------------------------------------------------------------
 # src/libgame/Makefile
 # =============================================================================
@@ -57,7 +57,7 @@ LIBGAME = libgame.a
 all: $(LIBGAME)
 
 $(LIBGAME): $(OBJS)
-       $(AR) cru $(LIBGAME) $(OBJS)
+       $(AR) cr $(LIBGAME) $(OBJS)
        $(RANLIB) $(LIBGAME)
 
 .c.o: