From 920bafce731ac36cf5b30a5bd008e8f3218f0bb5 Mon Sep 17 00:00:00 2001 From: Romain Vimont Date: Mon, 5 Feb 2018 17:47:32 +0100 Subject: [PATCH] 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 de192cab1b5f0829fedd34d4feb569445c02346c. --- Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Makefile b/Makefile index e04f2172..5edc098e 100644 --- a/Makefile +++ b/Makefile @@ -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