diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ GO?=go GOFLAGS?= LDFLAGS+=-X main.Version=$(VERSION) -GOSRC:=$(shell find * -name '*.go') +GOSRC!=find * -name '*.go' GOSRC+=go.mod go.sum DOCS := \ |
index : aerc | ||
Clone of https://git.sr.ht/~rjarry/aerc | Robin Jarry <robin@jarry.cc> |
aboutsummaryrefslogtreecommitdiffstats |
-rw-r--r-- | Makefile | 2 |
@@ -12,7 +12,7 @@ GO?=go GOFLAGS?= LDFLAGS+=-X main.Version=$(VERSION) -GOSRC:=$(shell find * -name '*.go') +GOSRC!=find * -name '*.go' GOSRC+=go.mod go.sum DOCS := \ |