5 lines
54 B
Bash
Executable file
5 lines
54 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
autoreconf -vif
|
|
./configure
|
|
make
|