summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-13 04:48:00 -0500
committerJeff Carr <[email protected]>2025-10-13 04:48:40 -0500
commit2a9aba48e94d2e33b825eea23973ccd21a2dc07c (patch)
tree7bdcf63c61b7f1990b5d97aadc0867d5a63ac896 /Makefile
parent3f328322dffb80488870ffd15b4663ac2637aec2 (diff)
more cleanups. getting closer
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fab647e..3588330 100644
--- a/Makefile
+++ b/Makefile
@@ -7,9 +7,11 @@ BUILDTIME = $(shell date +%s)
all: reset goimports vet build
./mirrors walk
./mirrors incoming
+ ./mirrors walk
./mirrors verify
./mirrors newest
./mirrors everything
+ make find
everything: build
./mirrors everything
@@ -20,7 +22,7 @@ everything: build
cat /var/lib/apt/lists/mirrors.wit.com_wit_dists_sid_InRelease
find:
- find find /var/lib/apt/lists/mi* /home/mirrors/wit/dists
+ find /var/lib/apt/lists/mi* /home/mirrors/wit/dists -type f |xargs ls -l
build: goimports
GO111MODULE=off go build \