good morning!!!!

Skip to content
Snippets Groups Projects
Commit 8fcd7192 authored by Felix Lange's avatar Felix Lange
Browse files

Makefile: clean should also delete Godeps/_workspace/pkg

parent 12df8565
No related branches found
No related tags found
No related merge requests found
......@@ -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)/*
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment