rufus/_release.sh

6 lines
94 B
Bash
Executable File

#!/bin/sh
rm -f rufus*.exe
./configure --disable-debug "$@"
make -j12 clean
make -j12 release