diff --git a/Rakefile b/Rakefile index e0dd5abd1..ca95f6400 100644 --- a/Rakefile +++ b/Rakefile @@ -109,6 +109,7 @@ task :clean do output = `xcodebuild clean` `rm -rf #{application_path()}` `rm -rf #{BUILD_DIR}` + `rm -rf /tmp/atom-compiled-scripts` end desc "Run Atom"