summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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