From a6e6a08a3ac7a61e3067e3d26bdb65ee6149e259 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Wed, 29 Dec 2010 15:44:12 +0100 Subject: Make the build/clean targets a bit less verbose. --- lib/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/Makefile b/lib/Makefile index 9003f5b..5fd93e1 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -50,9 +50,8 @@ $(LIBNAME).a: $(OBJS) $(Q)$(CC) $(CFLAGS) -o $@ -c $< clean: - @printf " CLEAN $(subst $(shell pwd)/,,$(OBJS))\n" + @printf " CLEAN lib\n" $(Q)rm -f *.o - @printf " CLEAN $(LIBNAME).a\n" $(Q)rm -f $(LIBNAME).a .PHONY: clean -- cgit v1.2.3