.PHONY: build test fmt tidy install drill-list drill-run build: go build -o dist/hecate ./cmd/hecate test: go test ./... fmt: gofmt -w ./cmd ./internal tidy: go mod tidy install: sudo ./scripts/install.sh drill-list: ./scripts/hecate-drills.sh list drill-run: ./scripts/hecate-drills.sh run $(DRILL) --execute