2019-12-27 21:54:54 -05:00
|
|
|
# This file builds the Go binaries. Hardcoded by LOC Engineering
|
2020-01-01 15:55:58 -05:00
|
|
|
go build -o dist/bin/storage src/go/storage/storage.go src/go/storage/dirsize.go
|
2019-12-27 21:54:54 -05:00
|
|
|
file dist/bin/storage
|
2020-01-01 15:55:58 -05:00
|
|
|
go build -o dist/bin/checkCertificate src/go/checkCertificate/checkCertificate.go
|
2019-12-27 21:54:54 -05:00
|
|
|
file dist/bin/checkCertificate
|
2020-01-01 15:55:58 -05:00
|
|
|
go build -o dist/bin/checkCertSignatures src/go/checkCertSignatures/checkCertSignatures.go
|
2020-01-01 17:43:13 -05:00
|
|
|
file dist/bin/checkCertSignatures
|