summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Rakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 0ac184b..211b77e 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 ]