Skip to content

Commit 00b581f

Browse files
committed
makefile
1 parent 82828c7 commit 00b581f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Makefile

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
SHELL = /bin/bash
2+
3+
build:
4+
rubocop -a && \
5+
bundle install
6+
7+
test:
8+
bundle exec rspec
9+
10+
.PHONY: build test

0 commit comments

Comments
 (0)