aboutsummaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 8d04d024..f26f1497 100644
--- a/Rakefile
+++ b/Rakefile
@@ -16,7 +16,7 @@ files = eval(content.gsub(/\};(\s|\S)*/, '}').
BUILD_DIR = 'build'
-task :default => [:compile, :test]
+task :default => [:package]
desc 'Init the build workspace'