libdice/build.sh

11 lines
87 B
Bash

#!/bin/sh
set -e
set -x
cd "$(dirname "$0")"
./autogen.sh
./configure "$@"
make -j4