summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-03-22 21:38:02 -0500
committerJeff Carr <[email protected]>2025-03-22 21:38:02 -0500
commitdbf1b088692b741d4f35e5f7d7ad99bbd327f70d (patch)
treee367d2b2b51d6f7db93fe37bfc4836483f24a9d6 /Makefile
parentb5643f83bef98d940f34a987a477436f91710e80 (diff)
more on branches
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
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