diff --git a/makefile b/makefile index c52da79..1ab1af2 100644 --- a/makefile +++ b/makefile @@ -1,2 +1,6 @@ run: + ./gradlew :build + echo "build/libs" + +copy: ./gradlew :build && cp build/libs/Paper_Shutdown.jar ~/server/plugins