4 lines
137 B
Text
4 lines
137 B
Text
**/*.go !**/*_test.go {
|
|
prep: go build -o ../bin/octoserver ./main
|
|
daemon +sigterm: cd .. && ./bin/octoserver $OCTOSERVER_ARGS
|
|
}
|