2023-02-07 21:29:19 +01:00
|
|
|
modd.conf {}
|
|
|
|
|
|
|
|
**/*.go go.mod go.sum {
|
2019-01-30 14:06:49 +11:00
|
|
|
prep: go test ./...
|
2023-02-07 21:29:19 +01:00
|
|
|
prep: mkdir -p dist
|
2023-11-04 13:53:00 +01:00
|
|
|
prep: hack/build ./...
|
2023-02-07 21:29:19 +01:00
|
|
|
#prep: docker build --build-arg GOPROXY=$GOPROXY -t dls .
|
2019-01-30 14:06:49 +11:00
|
|
|
#daemon +sigterm: /var/lib/direktil/test-run
|
2018-12-10 21:59:24 +11:00
|
|
|
}
|
2020-10-02 05:29:04 +02:00
|
|
|
|
2023-02-07 21:29:19 +01:00
|
|
|
html/**/* {
|
2023-11-04 13:53:00 +01:00
|
|
|
prep: hack/build ./cmd/dkl-local-server
|
2023-02-07 21:29:19 +01:00
|
|
|
}
|
|
|
|
|
2025-06-12 11:53:08 +02:00
|
|
|
#dist/dkl-local-server {
|
|
|
|
# prep: mkdir -p tmp
|
|
|
|
# daemon +sigterm: dist/dkl-local-server -data tmp -auto-unlock test
|
|
|
|
#}
|
2023-02-07 21:29:19 +01:00
|
|
|
|
2023-05-01 16:09:24 +02:00
|
|
|
dist/dkl-dir2config {
|
2025-06-12 11:53:08 +02:00
|
|
|
# prep: dist/dkl-dir2config --debug --in test-dir2config
|
2023-05-01 16:09:24 +02:00
|
|
|
}
|
|
|
|
|
2025-06-12 11:53:08 +02:00
|
|
|
#**/*.proto !dist/**/* {
|
|
|
|
# prep: for mod in @mods; do protoc -I ./ --go_out=plugins=grpc,paths=source_relative:. $mod; done
|
|
|
|
#}
|