sbase

suckless unix tools
git clone git://git.2f30.org/sbase
Log | Files | Refs | README | LICENSE

commit d1a1c42eb3446b82efe0c1cf1673a7a57891f386
parent bae62cda7198fc2cabc5dfdace76c414529b9eb5
Author: sin <sin@2f30.org>
Date:   Thu, 16 Oct 2014 11:33:05 +0100

Update only the modified objects in util.a

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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