mirror of
https://github.com/pbatard/rufus.git
synced 2024-08-14 23:57:05 +00:00
5004374277
* Also update Bled to latest, as well as build scripts * Note: Considering that Visual Studio 2015 is both freely and legally available for anyone who wants to use it to compile Rufus, starting with this commit, I will NOT be supporting any other version of Visual Studio but 2015.
5 lines
94 B
Bash
5 lines
94 B
Bash
#!/bin/sh
|
|
rm -f rufus*.exe
|
|
./configure --disable-debug "$@"
|
|
make -j12 clean
|
|
make -j12 release
|