elna/Rakefile

5 lines
66 B
Ruby

task :default do
sh 'make -C build'
sh './build/bin/elna'
end