diff options
| author | Jeff Carr <[email protected]> | 2025-10-13 02:39:06 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-13 03:41:42 -0500 |
| commit | 620c99631c5bf204f82f32faa2f5c2ea3ed37ea1 (patch) | |
| tree | 778ff832b1d73f33a0399fefdf237de56b84f5fe /Makefile | |
| parent | 889f6dfdb23334fd01266fe1069c29931574675d (diff) | |
more DebInfo fields
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 \ |
