summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Rakefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 42953db..52f40ba 100644
--- a/Rakefile
+++ b/Rakefile
@@ -9,6 +9,10 @@ OUTPUT = "conf"
directory OUTPUT
+task :default do
+ Rake::Task["compile"].invoke(ENV["HOSTNAME"])
+end
+
task :clean do
rm_rf OUTPUT
end