Skip to content

Commit

Permalink
Refactored Rakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
kojix2 committed May 21, 2023
1 parent 08a72d0 commit 07fc6b0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ext/Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,8 @@ namespace :minimap2 do
end
end

task cleanall: [:clean]

desc "`make clean` and remove shared lib"
task :cleanall do
task cleanall: [:clean] do
Dir.chdir(minimap2_dir) do
sh "rm #{target_path}" if File.exist?(target_path)
end
Expand Down

0 comments on commit 07fc6b0

Please sign in to comment.