16 lines
387 B
Plaintext
16 lines
387 B
Plaintext
**/*.go
|
|
internal/**/*.json
|
|
modd.conf
|
|
config.yml
|
|
.env {
|
|
prep: make RUN_INSTALL_TESTS=no GOTEST_ARGS="-short" test
|
|
prep: make build-bouncer
|
|
prep: make config.yml
|
|
prep: make .bouncer-token
|
|
daemon: make run BOUNCER_CMD="--config config.yml server admin run"
|
|
daemon: make run BOUNCER_CMD="--config config.yml server proxy run"
|
|
}
|
|
|
|
{
|
|
daemon +sigint: make run-redis
|
|
} |