aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
blob: 0d0c6c99f04e39c331edd9243b9409963eaf9f0b (plain)
1
2
3
4
5
6
7
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