From 0ad723e5506b04a28caf9646414b171a273d8f7b Mon Sep 17 00:00:00 2001 From: alterNERDtive Date: Tue, 17 Sep 2019 08:27:30 +0200 Subject: [PATCH] added Makefile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I got tired of typing the same stuff on windows every time I wanted to compile the standalone version. Joke’s on me, now I’m still going to type the same stuff, but a different one … --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..26008f4 --- /dev/null +++ b/Makefile @@ -0,0 +1,5 @@ +all: + +exe: + # requires a windows box + pyinstaller.exe edsm-getnearest.py