diff options
| -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 |
