diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
