change modd.conf to not build extra binary

This commit is contained in:
Mike Bloy 2024-09-15 00:49:51 -05:00
parent b9a182a638
commit 2f1267016d

View File

@ -9,6 +9,5 @@
**/*.go .env { **/*.go .env {
prep: go mod tidy prep: go mod tidy
prep: go test @dirmods prep: go test @dirmods
prep: go build daemon +sigterm: go run ./main.go -c ../hasshelper.toml
daemon +sigterm: ./hasshelper -c ../hasshelper.toml
} }