tRemoved check from .PHONY targets in makefile. - ratox - FIFO based tox client
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit ba311ce9bd803bebd299d77b8ba3ac38603c6f9a
(DIR) parent d6d3c59c4185f6eab5564b059760fd59a7bc430b
(HTM) Author: pranomostro <pranomestro@gmail.com>
Date: Fri, 13 Jan 2017 14:20:19 +0100
Removed check from .PHONY targets in makefile.
Diffstat:
M Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/Makefile b/Makefile
t@@ -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