diff options
author | Marco Peereboom <marco@conformal.com> | 2013-06-15 08:02:27 -0500 |
---|---|---|
committer | Marco Peereboom <marco@conformal.com> | 2013-06-15 08:02:27 -0500 |
commit | a8e2264b6a8aefc5f4b06ff30274143b2e85b2bc (patch) | |
tree | 9f86f428c84a583070cfc5f6b96c0df7ac2834fc /Makefile | |
parent | 9447a3c39163f67ca6517eb6e5864e63954af46c (diff) | |
download | xombrero-a8e2264b6a8aefc5f4b06ff30274143b2e85b2bc.tar.gz |
no longer need to run analyze, just use 'scan-build make'
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/Makefile b/Makefile index cc53e24..e552b18 100644 --- a/Makefile +++ b/Makefile @@ -76,21 +76,4 @@ beforeinstall: ${PROG} ${OBJS} beforedepend: javascript.h tooltip.h -# clang targets -.if ${.TARGETS:M*analyze*} -CFLAGS+= -Wdeclaration-after-statement -Wshadow -CC=clang -CXX=clang++ -CPP=clang -E -CFLAGS+=--analyze -.elif ${.TARGETS:M*clang*} -CFLAGS+= -Wdeclaration-after-statement -Wshadow -CC=clang -CXX=clang++ -CPP=clang -E -.endif - -analyze: all -clang: all - .include <bsd.prog.mk> |