rufus/_release.sh
2017-05-09 10:54:13 +01:00

6 lines
94 B
Bash
Executable File

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