Skip to content

Commit 3be6a9b

Browse files
committed
Fixed binary name.
1 parent e47c778 commit 3be6a9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ BUILD_TIME := $(shell date -u '+%Y-%m-%dT%H:%M:%SZ')
2020
RUST_VERSION := $(shell rustc --version 2>/dev/null || echo "unknown")
2121

2222
# List of binaries to build and install
23-
BINARIES := $(CODE_NAME)
23+
BINARIES := mt
2424

2525
# Git remotes to push to
2626
GIT_REMOTES := macpro github codeberg

0 commit comments

Comments
 (0)