From 395efb9c8a0a0160a7b95769e9484bae5548bbde Mon Sep 17 00:00:00 2001 From: Kimplul Date: Sat, 17 Aug 2024 20:47:33 +0300 Subject: add analyzer and fix some reported issues --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Makefile') 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)" -- cgit v1.3