We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a5101d commit acdfb63Copy full SHA for acdfb63
analytic-tools/Modules/Makefile
@@ -12,7 +12,7 @@ DEPS := $(patsubst %.c,%.d,$(SRCS))
12
all: $(LIB)
13
14
$(LIB): $(OBJS)
15
- ar -rs $@ $(OBJS)
+ $(AR) $(ARFLAGS) -s $@ $^
16
17
# Include dependencies from -d
18
-include $(DEPS)
0 commit comments