diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2025-08-10 21:42:49 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2025-08-10 21:43:12 +0300 |
| commit | 82fe03d91350bed04da25693d932c75c736a91bb (patch) | |
| tree | bed5fc089cdc3419dc69ba6a06a0599e3718f61b /Makefile | |
| parent | 0db19dcfafe5b2b3cbebaec9098ec50b9d6b1102 (diff) | |
| download | ek-82fe03d91350bed04da25693d932c75c736a91bb.tar.gz ek-82fe03d91350bed04da25693d932c75c736a91bb.zip | |
small build system improvements
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ all: setup .PHONY: analyze analyze: setup - CC='gcc -fanalyzer' SKIP_ANALYZER='-fno-analyzer' $(MAKE) CROSS_COMPILE= + CFLAGS="$$CFLAGS -fanalyzer" SKIP_ANALYZER='-fno-analyzer' $(MAKE) .PHONY: setup setup: |
