@@ -23,7 +23,7 @@ VersionName := $(shell echo "$(NAME)" | sed -e 's/[^A-Za-z0-9]//g')
23
23
24
24
# process linker flags
25
25
ldflags = -X github.com/cosmos/cosmos-sdk/version.Name=$(VersionName ) \
26
- -X github.com/cosmos/cosmos-sdk/version.AppName=agoricd \
26
+ -X github.com/cosmos/cosmos-sdk/version.AppName=agd \
27
27
-X github.com/cosmos/cosmos-sdk/version.Version=$(VERSION ) \
28
28
-X github.com/cosmos/cosmos-sdk/version.Commit=$(COMMIT ) \
29
29
-X "github.com/cosmos/cosmos-sdk/version.BuildTags=$(build_tags_comma_sep ) "
@@ -42,8 +42,8 @@ BUILD_FLAGS_HELPER := -buildmode=exe -tags "$(build_tags)" -gcflags '$(gcflags)
42
42
43
43
all : compile-chain
44
44
45
- compile-chain : compile-agoricd compile-helper compile-daemon
46
- compile-go : compile-agoricd compile-helper compile-libdaemon
45
+ compile-chain : compile-agd compile-helper compile-daemon
46
+ compile-go : compile-agd compile-helper compile-libdaemon
47
47
compile-node : node-compile-gyp
48
48
49
49
compile-daemon : compile-libdaemon node-compile-gyp
@@ -56,11 +56,11 @@ node-compile-gyp:
56
56
npm run build:gyp; \
57
57
fi
58
58
59
- compile-agoricd : go-mod-cache
60
- go build -v $(MOD_READONLY ) $(BUILD_FLAGS_HELPER ) -o build/agoricd ./cmd/agoricd
59
+ compile-agd : go-mod-cache
60
+ go build -v $(MOD_READONLY ) $(BUILD_FLAGS_HELPER ) -o build/agd ./cmd/agd
61
61
62
- install-agoricd : go-mod-cache
63
- go install -v $(MOD_READONLY ) $(BUILD_FLAGS_HELPER ) ./cmd/agoricd
62
+ install-agd : go-mod-cache
63
+ go install -v $(MOD_READONLY ) $(BUILD_FLAGS_HELPER ) ./cmd/agd
64
64
65
65
# Only run from the package.json build:gyp script.
66
66
compile-gyp :
0 commit comments