sbase

suckless unix tools
git clone git://git.2f30.org/sbase
Log | Files | Refs | README | LICENSE

commit 914ad7b73357ff9e692d15e6c6b3a87aeecdccd7
parent dd965fe09b38761914aeb02a1cf203742e93171a
Author: Connor Lane Smith <cls@lubutu.com>
Date:   Mon, 20 Jun 2011 18:37:39 +0100

ranlib util.a (thanks pancake)
Diffstat:
MMakefile | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/Makefile b/Makefile @@ -67,6 +67,7 @@ cat.o grep.o tail.o: text.h util.a: $(LIB) @echo AR $@ @$(AR) -r -c $@ $(LIB) + @ranlib $@ install: all @echo installing executables to $(DESTDIR)$(PREFIX)/bin