summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index a5beb23..4a4ed25 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
VERSION = $(shell git describe --tags)
BUILDTIME = $(shell date +%Y.%m.%d_%H%M)
-run: install build-darwin build-darwin-arm64 build-windows
+run: install
go-clone --version
vet:
@@ -51,7 +51,7 @@ nocui: build
clean:
rm -f go.*
- -rm go-clone
+ -rm go-clone*
go-mod-clean purge
# this will test the golang.org/x -> googlesource override