orion/modd.conf

16 lines
153 B
Plaintext
Raw Normal View History

2018-09-17 14:17:54 +02:00
**/*.go
modd.conf
.env
Makefile {
prep: make build
daemon: [ -e .env ] && . .env; ./bin/server
}
**/*.go
modd.conf
Makefile {
prep: make test
}