diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2020-05-15 20:33:43 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2020-10-12 16:20:54 +0900 |
| commit | 0881e3449619c4c917287d7e4bd441f9c86b18b2 (patch) | |
| tree | 32211c416433005658ee02814bd98fc8fd5b23af | |
| parent | 24ad5f35b1cee44ec38f348b6b5a629b96915c06 (diff) | |
| download | mruby-0881e3449619c4c917287d7e4bd441f9c86b18b2.tar.gz mruby-0881e3449619c4c917287d7e4bd441f9c86b18b2.zip | |
Add dependency from `all` to `gensym`.
You don't need to invoke `rake gensym` explicitly any longer.
| -rw-r--r-- | Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -207,7 +207,7 @@ end desc "preallocated symbols" task :gensym => presym_inc -#task :all => :gensym +task :all => :gensym depfiles += MRuby.targets.map { |n, t| t.libraries |
