From ba70777b563b2dd770f57814c5ff3099694cec65 Mon Sep 17 00:00:00 2001 From: sin Date: Mon, 17 Nov 2014 14:46:34 +0000 Subject: [PATCH] Remove binlib and bin from PHONY --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f44e6b0..ab6e461 100644 --- 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