summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-10 13:53:41 -0500
committerJeff Carr <[email protected]>2025-10-10 16:22:20 -0500
commit4166d4404f827e695526f3768fff65537a40735b (patch)
tree3bb9e7c503a5c2943c95b5e937a4cfc060c66032 /Makefile
parenta71d41b045612131597931baffe2097db2b659d3 (diff)
closer to working
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 93cc6b6..b4cfd0a 100644
--- a/Makefile
+++ b/Makefile
@@ -5,6 +5,7 @@ GUIVERSION = $(shell git describe --tags)
BUILDTIME = $(shell date +%s)
all: install
+ mirrors makedists
build: goimports
GO111MODULE=off go build \