sbm

simple bandwidth monitor
git clone git://git.2f30.org/sbm
Log | Files | Refs | LICENSE

commit ef08593941ce8f3e782df9531a3f9f9970f00c59
parent 11a04d75c238f1e3848bbf7f9e9b32c61e65defe
Author: sin <sin@2f30.org>
Date:   Thu, 11 Feb 2016 17:37:22 +0000

Remove tarball on clean

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -33,4 +33,4 @@ dist: clean rm -rf sbm-$(VERSION) clean: - rm -f $(BIN) $(OBJ) + rm -f $(BIN) $(OBJ) sbm-$(VERSION).tar.gz