From fdd6d991070a78fbabcabd29a06ce2ccc4a7dfb9 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 15 Dec 2024 20:55:49 -0600 Subject: duh --- go-clone-test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'go-clone-test/Makefile') diff --git a/go-clone-test/Makefile b/go-clone-test/Makefile index 1e8c9f8..f2788e1 100644 --- a/go-clone-test/Makefile +++ b/go-clone-test/Makefile @@ -2,7 +2,7 @@ VERSION = $(shell git describe --tags) GUIVERSION = $(shell git describe --tags) BUILDTIME = $(shell date +%s) -all: build +all: vet build build: goimports GO111MODULE=off go build \ -- cgit v1.2.3