aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2026-03-13 14:19:05 +0200
committerKimplul <kimi.h.kuparinen@gmail.com>2026-03-13 14:19:05 +0200
commitf887b6178de8d62f69607e75d3e929ed8b0dcf34 (patch)
tree5172ca6d8c063b2418c957eb6d6108db0ce3d844 /Makefile
parented7da0d9e31e8dd6847e2e603f0d1943330cf4d0 (diff)
downloadfwd-f887b6178de8d62f69607e75d3e929ed8b0dcf34.tar.gz
fwd-f887b6178de8d62f69607e75d3e929ed8b0dcf34.zip
use double quotes instead of single quotesHEADmaster
+ Apparently I forgot how shell quoting works, lol
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8489ed3..0485621 100644
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@ all: setup
.PHONY: analyze
analyze: setup
- CFLAGS='$$CFLAGS -fanalyzer' SKIP_ANALYZER='-fno-analyzer' $(MAKE)
+ CFLAGS="$$CFLAGS -fanalyzer" SKIP_ANALYZER='-fno-analyzer' $(MAKE)
.PHONY: setup
setup: