16 lines
153 B
Plaintext
16 lines
153 B
Plaintext
|
**/*.go
|
||
|
modd.conf
|
||
|
.env
|
||
|
Makefile {
|
||
|
prep: make build
|
||
|
daemon: [ -e .env ] && . .env; ./bin/server
|
||
|
}
|
||
|
|
||
|
|
||
|
**/*.go
|
||
|
modd.conf
|
||
|
Makefile {
|
||
|
prep: make test
|
||
|
}
|
||
|
|