From 0437dc3fce91e292df6b44dd0d13cef386ed2b4f Mon Sep 17 00:00:00 2001 From: Florian Frank Date: Wed, 26 Aug 2009 12:17:51 +0200 Subject: [PATCH] added description --- Rakefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Rakefile b/Rakefile index 0ac184b65..211b77e5d 100644 --- a/Rakefile +++ b/Rakefile @@ -261,4 +261,5 @@ task :release => [ :clean, :version, :cross, :native, :gem ] do system "#$0 clean package" end +desc "Compile in the the source directory" task :default => [ :version, :compile_ext ]