From 620c99631c5bf204f82f32faa2f5c2ea3ed37ea1 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 13 Oct 2025 02:39:06 -0500 Subject: more DebInfo fields --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1addd76..d31f3e9 100644 --- a/Makefile +++ b/Makefile @@ -4,10 +4,11 @@ VERSION = $(shell git describe --tags) GUIVERSION = $(shell git describe --tags) BUILDTIME = $(shell date +%s) -all: install +all: reset goimports vet install mirrors walk mirrors incoming mirrors verify + mirrors newest everything: install mirrors everything @@ -27,6 +28,8 @@ build: goimports build-verbose: GO111MODULE=off go build -v -x \ -ldflags "-X main.VERSION=${VERSION} -X main.BUILDTIME=${BUILDTIME} -X gui.GUIVERSION=${VERSION}" +reset: + reset install: goimports GO111MODULE=off go install \ -- cgit v1.2.3