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:
parent
f22d4decca
commit
920bafce73
1 changed files with 1 additions and 5 deletions
4
Makefile
4
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
|
||||
|
||||
APP_BUILD_DIR := app-build
|
||||
DIST := dist
|
||||
|
|
Loading…
Reference in a new issue