summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-13 07:43:42 -0500
committerJeff Carr <[email protected]>2025-10-13 07:48:28 -0500
commit4136ed6cd3263ff44bbe19f8c4c30a9e1789ffa8 (patch)
tree0038ebd20890c4fcbdc898c8d77ef6fdb87c4035
parent2a9aba48e94d2e33b825eea23973ccd21a2dc07c (diff)
do it all
-rw-r--r--Makefile7
1 files changed, 6 insertions, 1 deletions
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