Make make force all targets to re-run and fix formatting

This commit is contained in:
David Dworken 2024-09-06 17:07:32 -07:00
parent 5cfcbe5151
commit a987801854
No known key found for this signature in database
2 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
MAKEFLAGS += --always-make
help: ## Show this help.
@fgrep -h "##" $(MAKEFILE_LIST) | fgrep -v fgrep | sed -e 's/\\$$//' | sed -e 's/##//'

View File

@ -10,6 +10,7 @@ import (
"errors"
"fmt"
"io"
"iter"
"log"
"math/rand"
"net/http"
@ -31,7 +32,6 @@ import (
"github.com/schollz/progressbar/v3"
"golang.org/x/exp/slices"
"gorm.io/gorm"
"iter"
)
//go:embed config.sh