build and default rake tasks, because I keep trying to type them

This commit is contained in:
Alex Young
2012-05-31 14:01:49 +01:00
parent 49c4ef7c56
commit b90b73fba6

View File

@@ -22,6 +22,8 @@ end
desc "Build flexnbd binary"
task :flexnbd => 'build/flexnbd'
task :build => :flexnbd
task :default => :flexnbd
namespace "test" do
desc "Run all tests"