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) *