From 5d9a3dcfc98e650ccb473f6ab5755ae7161930ad Mon Sep 17 00:00:00 2001 From: alterNERDtive Date: Wed, 18 Sep 2019 14:06:28 +0200 Subject: [PATCH] fixed Makefile --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 26008f4..0d3617d 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -all: +all: exe +# requires a windows box exe: - # requires a windows box - pyinstaller.exe edsm-getnearest.py + pyinstaller.exe -y edsm-getnearest.py