Skip to content

Commit

Permalink
release qng v1.0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
dindinw committed Jun 3, 2023
1 parent 7f36fc6 commit 10177a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,12 @@ qng-build:
@echo "Enable DEBUG"
@go build -o $(GOBIN)/qng $(GOFLAGS_DEV) -gcflags="all=-N -l" "github.com/Qitmeer/qng/cmd/qng"
else
@go build -o $(GOBIN)/qng $(GOFLAGS_DEV) "github.com/Qitmeer/qng/cmd/qng"
@go build -o $(GOBIN)/qng $(GOFLAGS_RELEASE) "github.com/Qitmeer/qng/cmd/qng"
endif
qx:
@go build -o $(GOBIN)/qx $(GOFLAGS_DEV) "github.com/Qitmeer/qng/cmd/qx"
@go build -o $(GOBIN)/qx $(GOFLAGS_RELEASE) "github.com/Qitmeer/qng/cmd/qx"
relay:
@go build -o $(GOBIN)/relaynode $(GOFLAGS_DEV) "github.com/Qitmeer/qng/cmd/relaynode"
@go build -o $(GOBIN)/relaynode $(GOFLAGS_RELEASE) "github.com/Qitmeer/qng/cmd/relaynode"

checkversion: qng-build
# @echo version $(VERSION)
Expand Down

0 comments on commit 10177a8

Please sign in to comment.