Commit 8fcd7192 authored by Felix Lange's avatar Felix Lange

Makefile: clean should also delete Godeps/_workspace/pkg

parent 12df8565
...@@ -19,4 +19,4 @@ mist: ...@@ -19,4 +19,4 @@ mist:
@echo "Run \"$(GOBIN)/mist --asset_path=cmd/mist/assets\" to launch mist." @echo "Run \"$(GOBIN)/mist --asset_path=cmd/mist/assets\" to launch mist."
clean: clean:
rm -fr build/_workspace/pkg/ $(GOBIN)/* rm -fr build/_workspace/pkg/ Godeps/_workspace/pkg $(GOBIN)/*
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment