Scope-eye.net Git Repository
/
liskon_frotz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d94a0b
)
Fix ARFLAGS omission.
author
David Griffith
<dave@661.org>
Tue, 31 Jul 2018 10:33:23 +0000
(
03:33
-0700)
committer
David Griffith
<dave@661.org>
Wed, 1 Aug 2018 04:35:40 +0000
(21:35 -0700)
src/sdl/Makefile
patch
|
blob
|
history
diff --git
a/src/sdl/Makefile
b/src/sdl/Makefile
index 49b4d7355a1d9750fa1cc34012122bf4f0f2b7d4..0277c88dbd19c3cd918ad3a7b85dfaf969bd0954 100644
(file)
--- 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: