]> wimlib.net Git - wimlib/blob - make-releases
lzx-compress.c: Avoid unnecessary branch in match cost calculation
[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