15 lines
354 B
Plaintext
15 lines
354 B
Plaintext
**/*.go
|
|
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 admin run"
|
|
daemon: make run BOUNCER_CMD="--config config.yml proxy run"
|
|
}
|
|
|
|
{
|
|
daemon +sigint: make run-redis
|
|
} |