aboutsummaryrefslogtreecommitdiff
path: root/tasm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tasm/Makefile')
-rw-r--r--tasm/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/tasm/Makefile b/tasm/Makefile
index d2a1e69..2a28c21 100644
--- a/tasm/Makefile
+++ b/tasm/Makefile
@@ -20,6 +20,10 @@ setup:
@echo -n > deps.mk
@./scripts/gen-deps -p TASM -c COMPILE_TASM -b tasm "${TASM_SOURCES}"
+.PHONY: analyze
+analyze: setup
+ CC='gcc -fanalyzer' SKIP_ANALYZER='-fno-analyzer' $(MAKE) -f scripts/makefile
+
CLEANUP := build deps.mk tasm
CLEANUP_CMD :=
TASM_SOURCES := ../core/bits.c