From 2f8640c9761a375e2ec938f9b67cfb8f669897a4 Mon Sep 17 00:00:00 2001 From: Joshua Powers Date: Fri, 17 Sep 2021 13:05:50 -0600 Subject: [PATCH] make: do not delete go.sum --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c1f3444..7815397 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ build: go build -o whatsthis ./app/whatsthis clean: - rm -f whatsthis coverage.out go.sum + rm -f whatsthis coverage.out rm -rf dist/ site/ docs: