commit fcde896a2c7aff772491c9d93b24093546cb7274
Author: Roberto E. Vargas Caballero <[email protected]>
AuthorDate: Wed Jun 15 17:48:10 2016 +0200
Commit: Roberto E. Vargas Caballero <[email protected]>
CommitDate: Wed Jun 15 17:48:10 2016 +0200
[lib] Use ARFLAGS instead of using hardcodes one
diff --git a/lib/Makefile b/lib/Makefile
index 3795f7b..061384a 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -8,7 +8,7 @@ all: libcc.a
libcc.a: $(OBJS)
- ar r $@ $?
+ ar $(ARFLAGS) $@ $?
ranlib $@
clean: