aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index bd6e472..b885258 100644
--- a/Makefile
+++ b/Makefile
@@ -140,8 +140,7 @@ all: libzahl.a $(DOC)
$(CC) $(CFLAGS) $(CPPFLAGS) -c -o $@ $<
libzahl.a: $(OBJ)
- $(AR) rc $@ $?
- $(RANLIB) $@
+ $(AR) -rcs $@ $?
test-random.c: test-generate.py
./test-generate.py > test-random.c