Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Commit 1ff81cc

Browse files
committed
Makefile: removed debug statements.
1 parent 5d421cb commit 1ff81cc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ default: build
88

99
build:
1010
go fmt ./...
11-
echo $(PLATFORM)
12-
echo $(ARCH)
1311
DEP_BUILD_PLATFORMS=$(PLATFORM) DEP_BUILD_ARCHS=$(ARCH) ./bin/build-all.bash
1412
cp ./release/bittrex-cli-$(PLATFORM)-$(ARCH) bittrex-cli
1513

0 commit comments

Comments
 (0)