**/*.go !**/*_test.go {
    prep: go build -o build main.go
    daemon +sigterm: ./build
}