Skip to content

Commit

Permalink
edge branch set to master
Browse files Browse the repository at this point in the history
  • Loading branch information
kozyilmaz committed Aug 17, 2018
1 parent 5056aff commit 0712381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zcash/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ target_name ?= zcash

include ../Makefile.build

ZCASH_VERSION=v2.0.0
ZCASH_VERSION=master

zcash_clone:
if [ ! -d "zcash_$(ZCASH_VERSION)" ]; then git clone -b $(ZCASH_VERSION) https://github.com/zcash/zcash.git zcash_$(ZCASH_VERSION); fi
Expand Down

0 comments on commit 0712381

Please sign in to comment.