diff options
| -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 |
