"vscode:/vscode.git/clone" did not exist on "f16e422a5219c1c1308c554f5fabd81e2c900dac"
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: ...@@ -124,7 +124,9 @@ help:
@echo " clang-format: reformat source (use with caution)" @echo " clang-format: reformat source (use with caution)"
.PHONY: all clean clean-external clean-all distclean lint lint-all \ .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 mk/subdir_post.mk
-include $(DEPS_ALL) -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