diff options
author | pranomostro <pranomestro@gmail.com> | 2017-01-13 14:20:19 +0100 |
---|---|---|
committer | pranomostro <pranomestro@gmail.com> | 2017-02-18 01:49:42 +0100 |
commit | ba311ce9bd803bebd299d77b8ba3ac38603c6f9a (patch) | |
tree | 71051ef9a724a5a6450c40b43b1f52b6290713e0 | |
parent | d6d3c59c4185f6eab5564b059760fd59a7bc430b (diff) |
Removed check from .PHONY targets in makefile.
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |