]> wimlib.net Git - wimlib/blob - make-releases
portability and compression cleanups
[wimlib] / make-releases
1 #!/bin/bash
2
3 set -e -u
4
5 ./configure && make distcheck
6 for arch in i686 x86_64; do
7         ./make-windows-release ${arch}
8 done