diff --git a/Makefile b/Makefile
index f969aecfe81582de2b68820ebd2eff48197aba27..5a1ba8a345addcba5c123590dea861a6a28d63ec 100644
--- a/Makefile
+++ b/Makefile
@@ -3,4 +3,4 @@ TAG := $(shell git describe --tags)
 dist:
 	sed -i "s/CHANGE_ME/${GITLAB_DEPLOY_TOKEN}/g" gradle.properties
 	sed -i "s/CHANGE_ME/${TAG}/g" build.gradle
-	gradlew publish
\ No newline at end of file
+	./gradlew publish
\ No newline at end of file