summaryrefslogtreecommitdiffhomepage
path: root/tasks
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2020-05-15 20:30:49 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2020-10-12 16:20:54 +0900
commit24ad5f35b1cee44ec38f348b6b5a629b96915c06 (patch)
tree94271953e6aa3f42ae9b38be5bd356808310570b /tasks
parent3c222e4e716dff36c77a63f072cc40c0dc820a41 (diff)
downloadmruby-24ad5f35b1cee44ec38f348b6b5a629b96915c06.tar.gz
mruby-24ad5f35b1cee44ec38f348b6b5a629b96915c06.zip
Removed unnecessary dependency from `all`.
`libmruby.flags.mak` is only required from `mruby-config` gem.
Diffstat (limited to 'tasks')
-rw-r--r--tasks/libmruby.rake1
1 files changed, 0 insertions, 1 deletions
diff --git a/tasks/libmruby.rake b/tasks/libmruby.rake
index 17f8534e2..e302ca02b 100644
--- a/tasks/libmruby.rake
+++ b/tasks/libmruby.rake
@@ -21,5 +21,4 @@ MRuby.each_target do
f.puts "MRUBY_LIBMRUBY_PATH = #{libmruby_static}"
end
end
- task :all => "#{build_dir}/lib/libmruby.flags.mak"
end