summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile17
1 files changed, 8 insertions, 9 deletions
diff --git a/Makefile b/Makefile
index a5546ba..fab647e 100644
--- a/Makefile
+++ b/Makefile
@@ -4,16 +4,15 @@ VERSION = $(shell git describe --tags)
GUIVERSION = $(shell git describe --tags)
BUILDTIME = $(shell date +%s)
-all: reset goimports vet install
- mirrors walk
- mirrors incoming
- mirrors verify
- mirrors newest
- mirrors everything
- wit upgrade
+all: reset goimports vet build
+ ./mirrors walk
+ ./mirrors incoming
+ ./mirrors verify
+ ./mirrors newest
+ ./mirrors everything
-everything: install
- mirrors everything
+everything: build
+ ./mirrors everything
apt update
sleep 1
ls -l /var/lib/apt/lists/mirrors.wit.com*