mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-03 10:03:47 +00:00
Makefile: clean should also delete Godeps/_workspace/pkg
This commit is contained in:
parent
12df8565cf
commit
8fcd71920a
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -19,4 +19,4 @@ mist:
|
|||
@echo "Run \"$(GOBIN)/mist --asset_path=cmd/mist/assets\" to launch mist."
|
||||
|
||||
clean:
|
||||
rm -fr build/_workspace/pkg/ $(GOBIN)/*
|
||||
rm -fr build/_workspace/pkg/ Godeps/_workspace/pkg $(GOBIN)/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue