Skip to content

Commit

Permalink
Show prerequisites for compile task
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu authored and hsbt committed Jun 14, 2023
1 parent c5c15a5 commit f9deff3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gems/lib/rake/extensiontask.rb
@@ -1,8 +1,9 @@
module Rake
class ExtensionTask < TaskLib
def initialize(...)
task :compile do
task :compile do |args|
puts "Dummy `compile` task defined in #{__FILE__}"
puts "#{args.name} => #{args.prereqs.join(' ')}"
end
end
end
Expand Down

0 comments on commit f9deff3

Please sign in to comment.