From dbf1b088692b741d4f35e5f7d7ad99bbd327f70d Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 22 Mar 2025 21:38:02 -0500 Subject: more on branches --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 87e1555..c7ee16c 100644 --- a/Makefile +++ b/Makefile @@ -25,3 +25,8 @@ goimports: install: goimports GO111MODULE=off go install \ -ldflags "-X main.VERSION=${VERSION} -X main.BUILDTIME=${BUILDTIME} -X gui.GUIVERSION=${VERSION}" + +clean: + rm -f go.* + rm -f going2git + -go-mod-clean --purge -- cgit v1.2.3