浏览代码

Makefile: clean should also delete Godeps/_workspace/pkg

Felix Lange 10 年之前
父节点
当前提交
8fcd71920a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Makefile

+ 1 - 1
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)/*