Skip to content

Commit

Permalink
Java: self-contained build, using sbt wrapper
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Bezzubov <[email protected]>
  • Loading branch information
bzz committed Sep 22, 2017
1 parent 3d63a63 commit e6cf6af
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 e6cf6af

Please sign in to comment.