From a605119c2cc419fd062e45f8e532afd248e2f529 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 13 Dec 2024 00:22:54 -0600 Subject: [PATCH] minor --- Makefile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/Makefile b/Makefile index 95bbd25..9e00d10 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ install: clean cd ~/go/lib && ln -f -s fyne-${VERSION}.so fyne.so clean: - rm -f fyne fyne.so + rm -f fyne fyne.so go.* binary: go build -v -x @@ -33,8 +33,3 @@ pkgsite: goimports: goimports -w *.go - -redomod: - rm -f go.* - GO111MODULE= go mod init - GO111MODULE= go mod tidy