diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2007-09-17 21:52:33 +0200 |
---|---|---|
committer | Tobias Klauser <tklauser@xenon.tklauser.home> | 2007-09-17 21:52:33 +0200 |
commit | 1038919fc4f4aa1e6d58c0781d7f48409b32aa74 (patch) | |
tree | 59e2a93978bea1c46fdd42fd584b1e91fccf8231 | |
parent | 545c8310cb216c39d9bb9262167387d448863132 (diff) |
Remove bogus echo
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -8,7 +8,6 @@ all: statusbar statusbar: statusbar.c @echo "CC $@" @$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $< - @echo "strip $@" install: statusbar @echo "installing $< to $(BINDIR)" |