ranlib util.a (thanks pancake)
This commit is contained in:
parent
dd965fe09b
commit
914ad7b733
1
Makefile
1
Makefile
|
@ -67,6 +67,7 @@ cat.o grep.o tail.o: text.h
|
||||||
util.a: $(LIB)
|
util.a: $(LIB)
|
||||||
@echo AR $@
|
@echo AR $@
|
||||||
@$(AR) -r -c $@ $(LIB)
|
@$(AR) -r -c $@ $(LIB)
|
||||||
|
@ranlib $@
|
||||||
|
|
||||||
install: all
|
install: all
|
||||||
@echo installing executables to $(DESTDIR)$(PREFIX)/bin
|
@echo installing executables to $(DESTDIR)$(PREFIX)/bin
|
||||||
|
|
Loading…
Reference in New Issue
Block a user