From 385d381f210ddb8e53664a54a3427e3ab8de63b3 Mon Sep 17 00:00:00 2001 From: "Fletcher T. Penney" Date: Wed, 11 Nov 2015 16:29:00 -0500 Subject: [PATCH] additional description of clang's scan-build support --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index b3dca8c..d8d6e5a 100644 --- a/Makefile +++ b/Makefile @@ -20,6 +20,8 @@ debug: $(BUILD_DIR) # analyze target enables use of clang's scan-build (if installed) # will then need to run 'scan-build make' to compile and analyze +# 'scan-build -V make' will show the results graphically in your +# web browser .PHONY : analyze analyze: $(BUILD_DIR) cd $(BUILD_DIR); \ -- 2.40.0