mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-26 12:53:50 +00:00
5 lines
226 B
Ruby
5 lines
226 B
Ruby
|
#!/usr/bin/env rake
|
||
|
# -*- mode: ruby; -*-
|
||
|
|
||
|
import ['..', '../..', '../../..'].collect { |subdir| FileList[File.dirname(__FILE__) + "/#{subdir}/build-config.in"].to_a }.flatten.compact.first.gsub(/build-config.in/, 'Rakefile')
|