elna/Rakefile

5 lines
66 B
Ruby
Raw Normal View History

2024-12-21 14:05:27 +01:00
task :default do
sh 'make -C build'
sh './build/bin/elna'
end