summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorProjectRevoTPP <projectrevotpp@hotmail.com>2020-04-19 10:54:54 -0400
committerProjectRevoTPP <projectrevotpp@hotmail.com>2020-04-19 10:54:54 -0400
commit668d5ecfff5a394428fa8a59a7fb7bbbe753bc4b (patch)
tree026b0dd138160133442aa652b6e9b51cc2387b1e
parent3fdec1129fa78a5bbb1893a850e0245a6d082be9 (diff)
wine quotes
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 41cd85c0..71efca0f 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@ EXE := .exe
WINE :=
else
EXE :=
-WINE := wine
+WINE := "wine "
endif
ifeq ($(NOWINE),1)