snow-fort-windows-installer/Makefile

16 lines
276 B
Makefile
Raw Normal View History

build: snow
wine ${HOME}/.wine/drive_c/Program\ Files\ \(x86\)/NSIS/makensis.exe install.nsi
repo.scm:
wget https://snow-fort.org/s/repo.scm
urls.txt: repo.scm
gosh -r7 get-archive-urls.scm > urls.txt
snow: urls.txt
sh download.sh
clean:
rm -rf repo.scm
rm -rf snow