aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2024-08-18 19:25:48 +0300
committerKimplul <kimi.h.kuparinen@gmail.com>2024-08-18 19:26:01 +0300
commitbd509c3aee89f0712c0d66bac9c2a59692d38af2 (patch)
treee45f18ac6ea68fd5d0f2da86c676427007729a13 /Makefile
parentb715a9b2eb323733dea81ef6f46cb2cfd4159c01 (diff)
downloadqbt-bd509c3aee89f0712c0d66bac9c2a59692d38af2.tar.gz
qbt-bd509c3aee89f0712c0d66bac9c2a59692d38af2.zip
add analyzer
+ Apparently no issues :)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a75b0ab..d4247f1 100644
--- a/Makefile
+++ b/Makefile
@@ -15,6 +15,10 @@ all: setup
.DEFAULT: setup
$(MAKE) -f scripts/makefile $<
+.PHONY: analyze
+analyze: setup
+ CC='gcc -fanalyzer' SKIP_ANALYZER='-fno-analyzer' $(MAKE) CROSS_COMPILE=
+
.PHONY:
setup:
@echo -n > deps.mk