snow-fort-windows-installer/Makefile

16 lines
225 B
Makefile
Raw Normal View History

build: snow
2024-10-12 00:12:58 -04:00
wine 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