Initial community commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -e
|
||||
|
||||
./autogen.sh
|
||||
|
||||
./configure
|
||||
make
|
||||
make distcheck
|
||||
make distclean
|
||||
Reference in New Issue
Block a user