**/*.go !**/*_test.go {
prep: go build -o ../bin/focalboard-server ./main
daemon +sigterm: cd .. && ./bin/focalboard-server $FOCALBOARDSERVER_ARGS
}