commit ba89dc565f6a41b9c2f9400e7b7b886faa0cda06 parent a6be4e7a4c6072c1597ad9483e5eb180c57d2c80 Author: sin <sin@2f30.org> Date: Mon, 17 Nov 2014 13:02:17 +0000 Add .PHONY targets Diffstat:
M | Makefile | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/Makefile b/Makefile @@ -184,3 +184,6 @@ sbase-box: $(LIB) $(SRC) clean: rm -f $(BIN) $(OBJ) $(LIBOBJ) $(LIB) sbase-box sbase-$(VERSION).tar.gz + +.PHONY: + all binlib bin install uninstall dist sbase-box clean