Skip to content

Commit

Permalink
Merge pull request #107 from bzz/java/build-use-sbt-wrapper
Browse files Browse the repository at this point in the history
Java: build using sbt wrapper
  • Loading branch information
abeaumont authored Sep 27, 2017
2 parents 3d63a63 + e6cf6af commit 39ee680
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions java/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ darwin-shared:
$(MAKE) darwin-shared

test:
sbt clean test
./sbt clean test

package:
sbt clean assembly
./sbt clean assembly

clean:
rm -rf $(JAR)
Expand Down

0 comments on commit 39ee680

Please sign in to comment.