aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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