aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 25f0dcf..0d0c6c9 100644
--- a/Makefile
+++ b/Makefile
@@ -1,2 +1,8 @@
run:
bundle exec rerun 'ruby app.rb'
+
+pack:
+ zip -r session-exercise.zip . --exclude '.bundle/*' '.git/*' .gitignore 'vendor/*'
+
+clean:
+ rm -f session-exercise.zip