mirror of
https://github.com/pbatard/rufus.git
synced 2024-08-14 23:57:05 +00:00
5 lines
94 B
Bash
Executable file
5 lines
94 B
Bash
Executable file
#!/bin/sh
|
|
rm -f rufus*.exe
|
|
./configure --disable-debug "$@"
|
|
make -j12 clean
|
|
make -j12 release
|