Files
inits/modd.conf

13 lines
274 B
Plaintext
Raw Normal View History

2020-11-14 22:43:34 +01:00
modd.conf {}
2024-01-20 14:20:51 +01:00
**/*.go go.mod go.sum layer/**/* test-vm update-test-data {
2022-12-08 12:21:42 +01:00
prep: go test ./...
prep: mkdir -p dist
2022-12-08 12:21:42 +01:00
prep: CGO_ENABLED=0 go build -o dist/ -trimpath ./...
#prep: ./update-test-data
#daemon: ./test-vm 1
#daemon: ./test-vm 2
#daemon: ./test-vm 3
2019-03-08 12:21:29 +11:00
}