diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2024-08-18 19:25:48 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2024-08-18 19:26:01 +0300 |
| commit | bd509c3aee89f0712c0d66bac9c2a59692d38af2 (patch) | |
| tree | e45f18ac6ea68fd5d0f2da86c676427007729a13 /Makefile | |
| parent | b715a9b2eb323733dea81ef6f46cb2cfd4159c01 (diff) | |
| download | qbt-bd509c3aee89f0712c0d66bac9c2a59692d38af2.tar.gz qbt-bd509c3aee89f0712c0d66bac9c2a59692d38af2.zip | |
add analyzer
+ Apparently no issues :)
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |
