From 4136ed6cd3263ff44bbe19f8c4c30a9e1789ffa8 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 13 Oct 2025 07:43:42 -0500 Subject: do it all --- Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3588330..b6c2abe 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,9 @@ VERSION = $(shell git describe --tags) GUIVERSION = $(shell git describe --tags) BUILDTIME = $(shell date +%s) -all: reset goimports vet build +all: reset goimports vet install + +try-everything: reset goimports vet build ./mirrors walk ./mirrors incoming ./mirrors walk @@ -12,6 +14,9 @@ all: reset goimports vet build ./mirrors newest ./mirrors everything make find + wit upgrade + wit upgrade + forge --version everything: build ./mirrors everything -- cgit v1.2.3