diff --git a/Makefile b/Makefile index fee73f4..c848f42 100644 --- a/Makefile +++ b/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