sbase

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

commit ba70777b563b2dd770f57814c5ff3099694cec65
parent 74ac827587b5739528236c5c0afcdc72dce383f1
Author: sin <sin@2f30.org>
Date:   Mon, 17 Nov 2014 14:46:34 +0000

Remove binlib and bin from PHONY

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

diff --git a/Makefile b/Makefile @@ -183,4 +183,4 @@ clean: rm -f $(BIN) $(OBJ) $(LIBOBJ) $(LIB) sbase-box sbase-$(VERSION).tar.gz .PHONY: - all binlib bin install uninstall dist sbase-box clean + all install uninstall dist sbase-box clean