From: David Griffith Date: Tue, 31 Jul 2018 10:33:23 +0000 (-0700) Subject: Fix ARFLAGS omission. X-Git-Url: https://scope-eye.net/git/?a=commitdiff_plain;h=2206cc57e0d08a7a84a70b77e9b675c20e3300cc;p=liskon_frotz.git Fix ARFLAGS omission. --- diff --git a/src/sdl/Makefile b/src/sdl/Makefile index 49b4d73..0277c88 100644 --- a/src/sdl/Makefile +++ b/src/sdl/Makefile @@ -18,6 +18,8 @@ DEPS = $(SOURCES:.c=.d) TARGET = frotz_sdl.a +ARFLAGS = rc + .PHONY: clean .DELETE_ON_ERROR: