diff options
| author | Jeff Carr <[email protected]> | 2025-10-13 07:50:26 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-13 07:50:52 -0500 |
| commit | 79b7f7592ffc9e74d5419e86f6773733caba0d04 (patch) | |
| tree | 7e28bf9f6df8a43ed4d7ff8783ede4a052f14b17 | |
| parent | 4136ed6cd3263ff44bbe19f8c4c30a9e1789ffa8 (diff) | |
cleanups for automation
| -rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -6,7 +6,9 @@ BUILDTIME = $(shell date +%s) all: reset goimports vet install -try-everything: reset goimports vet build +try-everything: reset goimports vet build automate-everything + +automate-everything: ./mirrors walk ./mirrors incoming ./mirrors walk |
