Revert "Fix Makefile for Windows"

In MSYS2 on Windows, the behavior is the same as on Linux.

On systems where the behavior is not the same, just customize the GRADLE
variable:

    GRADLE=gradlew make release

This reverts commit de192cab1b.
This commit is contained in:
Romain Vimont 2018-02-05 17:47:32 +01:00
parent f22d4decca
commit 920bafce73

View file

@ -1,10 +1,6 @@
.PHONY: default release clean build build-app build-server run dist dist-zip sums test .PHONY: default release clean build build-app build-server run dist dist-zip sums test
ifeq ($(OS),Windows_NT)
GRADLE ?= gradlew
else
GRADLE ?= ./gradlew GRADLE ?= ./gradlew
endif
APP_BUILD_DIR := app-build APP_BUILD_DIR := app-build
DIST := dist DIST := dist