changed "http" to "https" in URLs
[rocksndiamonds.git] / src / game_sp / Makefile
index ae7c37fa2c5608cf6db10a94c4d34d1099fb5519..78f3bb370f2dd6e9bbe3d01da985f197444da02e 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 Supaplex game engine is based on:
 # - MegaPlex version 0.5 beta release xmas 2001 by Frank Schindler
@@ -78,7 +78,7 @@ GAME_SP = game_sp.a
 all: $(GAME_SP)
 
 $(GAME_SP): $(OBJS)
-       $(AR) cru $(GAME_SP) $(OBJS)
+       $(AR) cr $(GAME_SP) $(OBJS)
        $(RANLIB) $(GAME_SP)
 
 .c.o: