From 1038919fc4f4aa1e6d58c0781d7f48409b32aa74 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Mon, 17 Sep 2007 21:52:33 +0200 Subject: Remove bogus echo --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index c622673..04b0790 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,6 @@ all: statusbar statusbar: statusbar.c @echo "CC $@" @$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $< - @echo "strip $@" install: statusbar @echo "installing $< to $(BINDIR)" -- cgit v1.2.3-54-g00ecf