summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-11 14:30:52 -0500
committerJeff Carr <[email protected]>2025-10-11 15:17:38 -0500
commitdaef4bb9f1293ba83b1870e5ad3ba6c0083360f1 (patch)
treeb3ea8f1fde94a47159884c78def5baf75af6a4a5 /Makefile
parent75c9e564d93f2c482434502bc2eea7bd39a32fb0 (diff)
don't use bz2. also dump all the old shit
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8b5b072..6d61183 100644
--- a/Makefile
+++ b/Makefile
@@ -5,6 +5,10 @@ GUIVERSION = $(shell git describe --tags)
BUILDTIME = $(shell date +%s)
all: install
+ mirrors
+ find /home/mirrors/wit/dists
+ mirrors newest
+ find /home/mirrors/wit/dists
build: goimports
GO111MODULE=off go build \
@@ -31,7 +35,7 @@ goimports:
clean:
rm -f go.* *.deb mirrors
go-mod-clean purge
- rm -f /home/mirrors/wit/dists/sid/*
+ rm -rf /home/mirrors/wit/dists/
gpl:
wit-test --witcom