Should erase cef in rake clean.

This commit is contained in:
Cheng Zhao
2013-03-27 23:05:00 +08:00
parent 38924f5bb8
commit bc211a2231

View File

@@ -86,6 +86,7 @@ task :clean do
`rm -rf #{BUILD_DIR}`
`rm -rf /tmp/atom-compiled-scripts`
`rm -rf node_modules`
`rm -rf cef`
end
desc "Run the specs"