elite-scripts/Makefile
2020-01-08 15:04:05 +01:00

18 lines
315 B
Makefile

all: docs
zipfile = elite-scripts.zip
clean:
rm -f $(zipfile)
docs:
bash generate_docs.sh
# requires a windows box
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) *