clearcase/modd.conf

11 lines
171 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"
2025-02-22 09:42:15 +01:00
daemon: "make CMD='bin/clearcase' run-with-env"
2025-02-21 18:42:56 +01:00
}
internal/**/*.templ {
prep: make build
}