summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2007-09-17 21:52:33 +0200
committerTobias Klauser <tklauser@xenon.tklauser.home>2007-09-17 21:52:33 +0200
commit1038919fc4f4aa1e6d58c0781d7f48409b32aa74 (patch)
tree59e2a93978bea1c46fdd42fd584b1e91fccf8231
parent545c8310cb216c39d9bb9262167387d448863132 (diff)
Remove bogus echo
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
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)"