summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)"