10 lines
90 B
Bash
Executable file
10 lines
90 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
./autogen.sh
|
|
|
|
./configure
|
|
make
|
|
make distcheck
|
|
make distclean
|