From bd509c3aee89f0712c0d66bac9c2a59692d38af2 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Sun, 18 Aug 2024 19:25:48 +0300 Subject: add analyzer + Apparently no issues :) --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') 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 -- cgit v1.3