summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 6010aad..a6624f9 100644
--- a/Makefile
+++ b/Makefile
@@ -5,9 +5,9 @@ GUIVERSION = $(shell git describe --tags)
BUILDTIME = $(shell date +%s)
all: goimports vet build
- cp ~/.config/mirrors/config.text .
+ # cp ~/.config/mirrors/config.text .
rm -f ~/go/bin/mirrors
- ./mirrors newest
+ ./mirrors --version
find:
find /var/lib/apt/lists/mi* /home/mirrors/wit/dists -type f |xargs ls -l