mirror of
https://github.com/pbatard/rufus.git
synced 2024-08-14 23:57:05 +00:00
5 lines
63 B
Bash
5 lines
63 B
Bash
#!/bin/sh
|
|
rm -f rufus*.exe
|
|
./configure
|
|
make clean
|
|
make release
|