diff --git a/makefile b/makefile index b3ce6d2..3debf1d 100644 --- a/makefile +++ b/makefile @@ -10,7 +10,7 @@ watch: build: ./gradlew build - #./gradlew shadowJar + ls -lh app/build/libs/*.jar clean: ./gradlew clean