sbase

suckless unix tools
git clone git://git.2f30.org/sbase
Log | Files | Refs | README | LICENSE

commit 1b0d2c1ab3e408a0ed60cfc986635713a29b8c85
parent e1c044e298ee80a2b3f34e2d491ed6d66965a595
Author: sin <sin@2f30.org>
Date:   Mon, 17 Nov 2014 10:39:02 +0000

Make clean more verbose

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

diff --git a/Makefile b/Makefile @@ -181,4 +181,4 @@ sbase-box: $(SRC) libutil.a rm -r build clean: - @rm -f $(BIN) $(OBJ) $(LIB) libutil.a sbase-box sbase-$(VERSION).tar.gz + rm -f $(BIN) $(OBJ) $(LIB) libutil.a sbase-box sbase-$(VERSION).tar.gz