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

16 lines
283 B
Makefile
Raw Normal View History

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