From e6761ed25490f000b4e81cf26bc217595277faf6 Mon Sep 17 00:00:00 2001 From: Eric Froemling Date: Sat, 21 Dec 2019 14:09:42 -0800 Subject: [PATCH] makefile tidying --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5b72733a..da39321e 100644 --- a/Makefile +++ b/Makefile @@ -370,7 +370,7 @@ preflight2: @$(MAKE) -j5 cpplint pylint mypy pycharm test @echo PREFLIGHT SUCCESSFUL! -# Same as 'preflight2' but without caching (all files are visited). +# Same as 'preflight2' but without caching (all files visited). preflight2-full: @$(MAKE) format-full @$(MAKE) update