mirror of
https://github.com/pbatard/rufus.git
synced 2024-08-14 23:57:05 +00:00
e72d6546d1
* Use autoconf and automake 1.14 * reinstate parallel build flags * Also fix MinGW warnings and errors
5 lines
92 B
Bash
5 lines
92 B
Bash
#!/bin/sh
|
|
rm -f rufus*.exe
|
|
./configure --disable-debug "$@"
|
|
make -j4 clean
|
|
make -j4 release
|