diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 17 |
1 files changed, 8 insertions, 9 deletions
@@ -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* |
