This repository has been archived on 2024-04-07. You can view files and clone it, but cannot push or open issues or pull requests.
go-monero/Makefile
Ciro S. Costa aefba5ec1e add container image
when running monero in a kubernetes cluster, it's quite useful to be
able to quickly bring up via a job or any other runner `monero demon *`
commands.

Signed-off-by: Ciro S. Costa <utxobr@protonmail.com>
2021-08-03 17:50:12 -04:00

16 lines
283 B
Makefile

install:
go install -v ./cmd/monero
build:
go build -v ./cmd/monero
test:
go test -v ./pkg/...
lint:
go run github.com/golangci/golangci-lint/cmd/golangci-lint run --config=.golangci.yaml
.images.lock.yaml: .images.yaml
kbld -f $< --lock-output $@
.PHONY: .images.lock.yaml