13 lines
210 B
Plaintext
13 lines
210 B
Plaintext
internal/**/*.go
|
|
internal/**/*.gotmpl
|
|
internal/**/*.txt
|
|
.env
|
|
Makefile
|
|
modd.conf {
|
|
prep: "make -o generate build"
|
|
daemon: "make CMD='bin/clearcase' run-with-env"
|
|
}
|
|
|
|
internal/**/*.templ {
|
|
prep: make build
|
|
} |