hyperrogue/autogen.sh

6 lines
84 B
Bash
Executable File

#!/bin/bash
autoreconf -vfi
./configure "$@"
echo "Now, just do \"make install\" "