From b34efeaf20e7ff9d2f76d6d687bc878c0733db48 Mon Sep 17 00:00:00 2001 From: David Florness Date: Tue, 9 Jun 2020 13:15:01 -0600 Subject: [PATCH] Rebuild tallyard on go.sum change --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3a70832..e3762b1 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ GOSRC != find . -name '*.go' -GOSRC += go.mod +GOSRC += go.mod go.sum GO = go RM ?= rm -f -- 2.38.4