summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Frank <flori@ping.de>2009-08-26 12:17:51 +0200
committerFlorian Frank <flori@ping.de>2009-08-26 12:17:51 +0200
commit0437dc3fce91e292df6b44dd0d13cef386ed2b4f (patch)
treef14816d7c0085eb26c9aacacfe1ae5558d6ddc19
parentcfc18cc0d51c5c4d91c94f45386d3eeb1c16efaf (diff)
downloadjson-0437dc3fce91e292df6b44dd0d13cef386ed2b4f.tar.gz
added descriptionv1.1.8
-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 ]