From b90b73fba68fef1f068fc15421431449153f66de Mon Sep 17 00:00:00 2001 From: Alex Young Date: Thu, 31 May 2012 14:01:49 +0100 Subject: [PATCH] build and default rake tasks, because I keep trying to type them --- Rakefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Rakefile b/Rakefile index 0178388..359ebad 100644 --- a/Rakefile +++ b/Rakefile @@ -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"