From 2c6695e9e6032409a9b42ed22d47732227c0cd5a Mon Sep 17 00:00:00 2001 From: alterNERDtive Date: Wed, 8 Jan 2020 15:04:05 +0100 Subject: [PATCH] updated Makefile --- Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Makefile b/Makefile index c73483f..88ff5c5 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,10 @@ all: docs +zipfile = elite-scripts.zip + +clean: + rm -f $(zipfile) + docs: bash generate_docs.sh @@ -7,3 +12,7 @@ docs: exe: pyinstaller.exe -y edsm-getnearest.py pyinstaller.exe -y explorationtools.py + +release: clean + rsync -avz gezocks:/mnt/d/git/elite-scripts/dist/ build/ + cd build && zip -r ../$(zipfile) *