mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-22 11:04:17 +00:00
8 lines
244 B
Ruby
8 lines
244 B
Ruby
#!/usr/bin/env ruby
|
|
|
|
import ['..', '../..', '../../..'].collect { |subdir| FileList[File.dirname(__FILE__) + "/#{subdir}/build-config.in"].to_a }.flatten.compact.first.gsub(/build-config.in/, 'Rakefile')
|
|
|
|
# Local Variables:
|
|
# mode: ruby
|
|
# End:
|