mirror of
https://github.com/rubyjs/therubyracer
synced 2023-03-27 23:21:42 -04:00
no pkg/ dir means no need to remove it on clean.
This commit is contained in:
parent
86ea2b93b8
commit
e5841a542d
1 changed files with 1 additions and 1 deletions
2
Rakefile
2
Rakefile
|
@ -32,8 +32,8 @@ task :gemspec => :clean do
|
|||
end
|
||||
end
|
||||
|
||||
desc "remove all generated artifacts except built v8 objects"
|
||||
task :clean do
|
||||
sh "rm -rf pkg"
|
||||
sh "rm -rf *.gem"
|
||||
sh "rm -rf ext/v8/Makefile"
|
||||
sh "rm -rf ext/v8/*.bundle ext/v8/*.so"
|
||||
|
|
Loading…
Add table
Reference in a new issue