snow-fort-windows-installer/Makefile

19 lines
334 B
Makefile
Raw Normal View History

build: snow
2024-10-12 00:30:22 -04:00
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
2024-10-12 00:30:22 -04:00
install-nsis:
wine ./executables/nsis-3.10-setup.exe /S
clean:
rm -rf repo.scm
rm -rf snow