ranlib util.a (thanks pancake)

This commit is contained in:
Connor Lane Smith 2011-06-20 18:37:39 +01:00
parent dd965fe09b
commit 914ad7b733
1 changed files with 1 additions and 0 deletions

View File

@ -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