summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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