Skip to content

Commit

Permalink
add make option
Browse files Browse the repository at this point in the history
  • Loading branch information
kainagel committed Jul 24, 2019
1 parent d691281 commit 5be56ce
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ release:
matsim-quick:
cd matsim ; mvn clean install ${QUICK}

quick:
mvn clean install ${QUICK}


# cd matsim ; mvn clean ; mvn install -DskipTests=true
## cd contribs ; mvn clean ; mvn install --fail-at-end -DskipTests=true
Expand Down

0 comments on commit 5be56ce

Please sign in to comment.