Skip to content

Commit

Permalink
remove modcache cleaning (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kishan-Dhakan authored Nov 28, 2022
1 parent f6c7027 commit 3313a0c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ zwallet-test:
gomod-download:
go mod download

gomod-clean:
go clean -i -r -x -modcache ./...

build:
CGO_ENABLED=1 go build -v -tags bn256 -o $(ZWALLET) main.go

Expand Down

0 comments on commit 3313a0c

Please sign in to comment.