Update only the modified objects in util.a
This commit is contained in:
parent
bae62cda71
commit
d1a1c42eb3
2
Makefile
2
Makefile
@ -128,7 +128,7 @@ cp.o mv.o rm.o: fs.h
|
||||
|
||||
util.a: $(LIB)
|
||||
@echo AR $@
|
||||
@$(AR) -r -c $@ $(LIB)
|
||||
@$(AR) -r -c $@ $?
|
||||
@ranlib $@
|
||||
|
||||
install: all
|
||||
|
Loading…
x
Reference in New Issue
Block a user