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

Commit 5f8eafd

Browse files
committed
Makefile: added clean target.
1 parent 28d7e00 commit 5f8eafd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ build:
1111
DEP_BUILD_PLATFORMS=$(PLATFORM) DEP_BUILD_ARCHS=$(ARCH) ./bin/build-all.bash
1212
cp ./release/bittrex-cli-$(PLATFORM)-$(ARCH) bittrex-cli
1313

14+
clean:
15+
rm ./release/*
16+
1417
install: build
1518
cp ./bittrex-cli $(GOBIN)
1619

0 commit comments

Comments
 (0)