7 lines
53 B
Bash
7 lines
53 B
Bash
![]() |
#!/bin/sh
|
||
|
set -e
|
||
|
|
||
|
./autogen.sh
|
||
|
./configure
|
||
|
make dist
|