diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2020-04-19 10:54:54 -0400 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2020-04-19 10:54:54 -0400 |
commit | 668d5ecfff5a394428fa8a59a7fb7bbbe753bc4b (patch) | |
tree | 026b0dd138160133442aa652b6e9b51cc2387b1e | |
parent | 3fdec1129fa78a5bbb1893a850e0245a6d082be9 (diff) |
wine quotes
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ EXE := .exe WINE := else EXE := -WINE := wine +WINE := "wine " endif ifeq ($(NOWINE),1) |