sbase

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

commit d13e5c2be3464148c8d778b8f399026b8244018a
parent 94ef670b27900c9f2e47181cd79acd55c6cf6e1a
Author: sin <sin@2f30.org>
Date:   Sun, 30 Nov 2014 11:57:04 +0000

Remove redundant deletions from clean target

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

diff --git a/Makefile b/Makefile @@ -196,7 +196,7 @@ sbase-box: $(LIB) $(SRC) rm -r build clean: - rm -f $(BIN) $(OBJ) $(LIBUTFOBJ) $(LIBUTIL) $(LIB) sbase-box sbase-$(VERSION).tar.gz + rm -f $(BIN) $(OBJ) $(LIB) sbase-box sbase-$(VERSION).tar.gz .PHONY: all install uninstall dist sbase-box clean