Skip to content

Commit 50d8bef

Browse files
committed
add makefile
1 parent 726f4a3 commit 50d8bef

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

Makefile

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
bootstrap:
2+
brew cask install java8
3+
brew install maven
4+
5+
dependencies:
6+
mvn install
7+
8+
check:
9+
mvn verify
10+
11+
build:
12+
mvn package -B
13+
14+
.PHONY: dependencies check build

0 commit comments

Comments
 (0)