summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1addd76..d31f3e9 100644
--- a/Makefile
+++ b/Makefile
@@ -4,10 +4,11 @@ VERSION = $(shell git describe --tags)
GUIVERSION = $(shell git describe --tags)
BUILDTIME = $(shell date +%s)
-all: install
+all: reset goimports vet install
mirrors walk
mirrors incoming
mirrors verify
+ mirrors newest
everything: install
mirrors everything
@@ -27,6 +28,8 @@ build: goimports
build-verbose:
GO111MODULE=off go build -v -x \
-ldflags "-X main.VERSION=${VERSION} -X main.BUILDTIME=${BUILDTIME} -X gui.GUIVERSION=${VERSION}"
+reset:
+ reset
install: goimports
GO111MODULE=off go install \