about summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 77f5e61..9ad5e29 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ MANDIR?=$(PREFIX)/share/man
 GO?=go
 GOFLAGS?=
 
-GOSRC!=find . -name '*.go'
+GOSRC:=$(shell find . -name '*.go')
 GOSRC+=go.mod go.sum
 
 aerc: $(GOSRC)