Update only the modified objects in util.a

This commit is contained in:
sin 2014-10-16 11:33:05 +01:00
parent bae62cda71
commit d1a1c42eb3
1 changed files with 1 additions and 1 deletions

View File

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