From 8567aeb767ed718877998a5c81858e509d14f1f2 Mon Sep 17 00:00:00 2001 From: alterNERDtive Date: Fri, 17 Jan 2020 16:04:45 +0100 Subject: [PATCH] updated Makefile; now only a single .exe per script --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 506c5e6..272ff67 100644 --- a/Makefile +++ b/Makefile @@ -10,10 +10,10 @@ docs: # requires a windows box exe: - pip install --user -r requirements.txt - pip install --user -r pyEDSM\requirements.txt - pyinstaller.exe -y edsm-getnearest.py - pyinstaller.exe -y explorationtools.py + pip install --user --upgrade -r requirements.txt + pip install --user --upgrade -r pyEDSM\requirements.txt + python -OO -m PyInstaller --clean -yF edsm-getnearest.py + python -OO -m PyInstaller --clean -yF explorationtools.py # probably won’t work unless you’re me :) release: clean