aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9bd13a7..1a11df8 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,11 @@ all: setup
.DEFAULT: setup
$(MAKE) -f scripts/makefile $<
-.PHONY:
+.PHONY: analyze
+analyze: setup
+ CC='gcc -fanalyzer' $(MAKE)
+
+.PHONY: setup
setup:
@echo -n > deps.mk
@./scripts/gen-deps -p EK -c COMPILE_EK -b ek "$(EK_SOURCES)"