Fix Makefile for Windows
The default value of GRADLE is "./gradlew", which is the correct value on Linux. On Windows, it should use gradlew.bat (by calling "gradlew") instead.
This commit is contained in:
Reference in New Issue
Block a user