diff options
| author | Jeff Carr <[email protected]> | 2025-10-13 07:43:42 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-13 07:48:28 -0500 |
| commit | 4136ed6cd3263ff44bbe19f8c4c30a9e1789ffa8 (patch) | |
| tree | 0038ebd20890c4fcbdc898c8d77ef6fdb87c4035 | |
| parent | 2a9aba48e94d2e33b825eea23973ccd21a2dc07c (diff) | |
do it all
| -rw-r--r-- | Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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 |
