diff options
| author | Jeff Carr <[email protected]> | 2025-09-11 03:27:49 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-11 03:27:49 -0500 |
| commit | d19f4a8911dc6b6baca272d6ee16b11eb6aea1a9 (patch) | |
| tree | 71a62e85ff8657322410b36f82590801a9466127 /Makefile | |
| parent | 54811a5bc1906f5b20e9673621d54ffff9570392 (diff) | |
new forge init()
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 |
