mirror of
https://github.com/status-im/keycard-cli.git
synced 2025-02-28 11:50:43 +00:00
remove deprecated flag
This commit is contained in:
parent
3460922804
commit
eab69a14aa
4
Makefile
4
Makefile
@ -23,9 +23,9 @@ deps:
|
||||
go install github.com/aktau/github-release@latest
|
||||
|
||||
build:
|
||||
go build -i -o $(GOBIN)/$(BIN_NAME) -v -ldflags "-X main.version=$(VERSION)" .
|
||||
go build -o $(GOBIN)/$(BIN_NAME) -v -ldflags "-X main.version=$(VERSION)" .
|
||||
@echo "Compilation done."
|
||||
@echo "Run \"./build/bin/$(BIN_NAME) -h\" to view available commands."
|
||||
@echo "Run \"./build/bin/$(BIN_NAME)\" to view available commands."
|
||||
|
||||
test:
|
||||
go test -v ./...
|
||||
|
Loading…
x
Reference in New Issue
Block a user