ratox

FIFO based tox client
git clone git://git.2f30.org/ratox
Log | Files | Refs | README | LICENSE

commit ba311ce9bd803bebd299d77b8ba3ac38603c6f9a
parent d6d3c59c4185f6eab5564b059760fd59a7bc430b
Author: pranomostro <pranomestro@gmail.com>
Date:   Fri, 13 Jan 2017 14:20:19 +0100

Removed check from .PHONY targets in makefile.

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

diff --git a/Makefile b/Makefile @@ -63,4 +63,4 @@ clean: @echo cleaning @rm -f $(BIN) $(OBJ) $(LIB) util.a -.PHONY: all binlib bin install uninstall clean check +.PHONY: all binlib bin install uninstall clean