From: Fletcher T. Penney Date: Wed, 11 Nov 2015 21:29:00 +0000 (-0500) Subject: additional description of clang's scan-build support X-Git-Tag: 0.1.0a~23 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=385d381f210ddb8e53664a54a3427e3ab8de63b3;p=multimarkdown additional description of clang's scan-build support --- 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); \