2019-12-27 21:54:54 -05:00
|
|
|
# This file builds the Go binaries. Hardcoded by LOC Engineering
|
2020-01-01 10:46:19 -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 10:46:19 -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 10:46:19 -05:00
|
|
|
|