diff options
Diffstat (limited to 'tdump/Makefile')
| -rw-r--r-- | tdump/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tdump/Makefile b/tdump/Makefile index e1c1ff8..c9309e4 100644 --- a/tdump/Makefile +++ b/tdump/Makefile @@ -20,6 +20,10 @@ setup: @echo -n > deps.mk @./scripts/gen-deps -p TDUMP -c COMPILE_TDUMP -b tdump "${TDUMP_SOURCES}" +.PHONY: analyze +analyze: setup + CC='gcc -fanalyzer' SKIP_ANALYZER='-fno-analyzer' $(MAKE) -f scripts/makefile + CLEANUP := build deps.mk tdump CLEANUP_CMD := TDUMP_SOURCES := ../core/bits.c |
