aboutsummaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
new file mode 100644
index 0000000..c5067e7
--- /dev/null
+++ b/Rakefile
@@ -0,0 +1,5 @@
+task default: %w[calendar]
+
+task :calendar do
+ ruby 'calendar.rb'
+end \ No newline at end of file