clearcase/modd.conf

11 lines
167 B
Plaintext
Raw Normal View History

2025-02-21 18:42:56 +01:00
internal/**/*.go
.env
Makefile
modd.conf {
prep: "make -o generate build"
daemon: "make CMD='bin/rkvst' run-with-env"
}
internal/**/*.templ {
prep: make build
}