mirror of
https://github.com/pbatard/rufus.git
synced 2025-07-21 23:48:33 +00:00
6 lines
94 B
Bash
Executable File
6 lines
94 B
Bash
Executable File
#!/bin/sh
|
|
rm -f rufus*.exe
|
|
./configure --disable-debug "$@"
|
|
make -j12 clean
|
|
make -j12 release
|