"...video_migraphx_netint.git" did not exist on "40d950f8d3c23676f1bd4e79723b578a21126df7"
Commit 27da3ca3 authored by Jonas Kaufmann's avatar Jonas Kaufmann Committed by Antoine Kaufmann
Browse files

Makefile: add all Python related targets to .PHONY

parent ad82b8a8
......@@ -124,7 +124,9 @@ help:
@echo " clang-format: reformat source (use with caution)"
.PHONY: all clean clean-external clean-all distclean lint lint-all \
lint-cpplint lint-clang-tidy lint-clang-format clang-format help
lint-cpplint lint-clang-tidy lint-clang-format clang-format help \
lint-yapf format-yapf lint-isort format-isort lint-pylint typecheck-python \
lint-python
include mk/subdir_post.mk
-include $(DEPS_ALL)
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment