From f9387c948d86756c3c7609bbe27f362e4b57a1d9 Mon Sep 17 00:00:00 2001 From: Gunjan Chhablani Date: Tue, 22 Mar 2022 00:58:23 +0530 Subject: [PATCH] Update Makefile Phonies (#16306) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 75b75266253..91d51c8f72b 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -.PHONY: deps_table_update modified_only_fixup extra_quality_checks quality style fixup fix-copies test test-examples docs +.PHONY: deps_table_update modified_only_fixup extra_style_checks quality style fixup fix-copies test test-examples # make sure to test the local checkout in scripts and not the pre-installed one (don't use quotes!) export PYTHONPATH = src