about summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index b4f105a..4617118 100644
--- a/Makefile
+++ b/Makefile
@@ -17,9 +17,9 @@ GOSRC+=go.mod go.sum
 
 aerc: $(GOSRC)
 	go build $(GOFLAGS) \
-		-ldflags "-X main.Prefix=$(PREFIX)" \
-		-ldflags "-X main.ShareDir=$(SHAREDIR)" \
-		-ldflags "-X main.Version=$(VERSION)" \
+		-ldflags "-X main.Prefix=$(PREFIX) \
+		-X main.ShareDir=$(SHAREDIR) \
+		-X main.Version=$(VERSION)" \
 		-o $@
 
 aerc.conf: config/aerc.conf.in