Skip to content

Commit

Permalink
fix target
Browse files Browse the repository at this point in the history
  • Loading branch information
Netherwhal committed Mar 2, 2024
1 parent 664b007 commit 529602a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ build:
./gradlew build


.PHONY: coveralls
coveralls:
./gradlew jacocoTestReport coveralls


.PHONY: wrapper
wrapper:
./gradlew wrapper

0 comments on commit 529602a

Please sign in to comment.