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.
hidpi
Romain Vimont 6 years ago
parent f22d4decca
commit 920bafce73

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

Loading…
Cancel
Save