ref: 7bc77eb2a55559b64e2100e603490fc6bcc76aac
parent: bcb062020d159ef3f01c6ea5331176b7ab65a336
author: Roberto E. Vargas Caballero <k0ga@shike2.com>
date: Wed Jun 15 12:52:24 EDT 2016
[lib] Execute ranlib in every library update Moderm ar update the index of the archive every time that a r command is used, but it is not mandatory, and I prefer call directly to ranlib because it make strong enphasis in having differnt tools for different things.
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -9,6 +9,7 @@
libcc.a: $(OBJS)
ar r $@ $?
+ ranlib $@
clean:
rm -f *.o *.a